style: format
This commit is contained in:
+3
-2
@@ -5,10 +5,10 @@
|
|||||||
#ifndef LLINK_MAINWINDOW_H
|
#ifndef LLINK_MAINWINDOW_H
|
||||||
#define LLINK_MAINWINDOW_H
|
#define LLINK_MAINWINDOW_H
|
||||||
|
|
||||||
#include <QMainWindow>
|
|
||||||
#include "data.h"
|
#include "data.h"
|
||||||
#include "networkstreammodel.h"
|
#include "networkstreammodel.h"
|
||||||
#include "particlelistmodel.h"
|
#include "particlelistmodel.h"
|
||||||
|
#include <QMainWindow>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QSystemTrayIcon;
|
class QSystemTrayIcon;
|
||||||
@@ -19,7 +19,8 @@ QT_END_NAMESPACE
|
|||||||
class AuthDialog;
|
class AuthDialog;
|
||||||
class SettingsDialog;
|
class SettingsDialog;
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui
|
||||||
|
{
|
||||||
class MainWindow;
|
class MainWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user