style: format
This commit is contained in:
+6
-5
@@ -5,10 +5,10 @@
|
||||
#ifndef LLINK_MAINWINDOW_H
|
||||
#define LLINK_MAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include "data.h"
|
||||
#include "networkstreammodel.h"
|
||||
#include "particlelistmodel.h"
|
||||
#include <QMainWindow>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSystemTrayIcon;
|
||||
@@ -19,7 +19,8 @@ QT_END_NAMESPACE
|
||||
class AuthDialog;
|
||||
class SettingsDialog;
|
||||
|
||||
namespace Ui {
|
||||
namespace Ui
|
||||
{
|
||||
class MainWindow;
|
||||
}
|
||||
|
||||
@@ -32,7 +33,7 @@ public:
|
||||
|
||||
~MainWindow();
|
||||
|
||||
private slots:
|
||||
private slots:
|
||||
void on_exitButton_clicked();
|
||||
|
||||
void on_settingsButton_clicked();
|
||||
@@ -40,7 +41,7 @@ public:
|
||||
void onTreeSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
|
||||
void onParticleSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
|
||||
|
||||
private:
|
||||
private:
|
||||
void setupTrayIcon();
|
||||
void setupModels();
|
||||
|
||||
@@ -58,4 +59,4 @@ public:
|
||||
ParticleListModel *m_particleListModel;
|
||||
};
|
||||
|
||||
#endif //LLINK_MAINWINDOW_H
|
||||
#endif // LLINK_MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user