diff -r cf410db21c80 -r 7a905f0070ce tools/hwmap2txt/hwmapconverter/mainwindow.h --- a/tools/hwmap2txt/hwmapconverter/mainwindow.h Wed Jul 15 00:27:12 2015 +0200 +++ b/tools/hwmap2txt/hwmapconverter/mainwindow.h Thu Jul 16 08:39:35 2015 -0400 @@ -1,27 +1,27 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include - -namespace Ui { -class MainWindow; -} - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - explicit MainWindow(QWidget *parent = 0); - ~MainWindow(); - -private slots: - void on_pbLoad_clicked(); - - void on_pbSave_clicked(); - -private: - Ui::MainWindow *ui; -}; - -#endif // MAINWINDOW_H +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include + +namespace Ui { +class MainWindow; +} + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + explicit MainWindow(QWidget *parent = 0); + ~MainWindow(); + +private slots: + void on_pbLoad_clicked(); + + void on_pbSave_clicked(); + +private: + Ui::MainWindow *ui; +}; + +#endif // MAINWINDOW_H