mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 22:15:37 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
#ifndef SWIFT_GUI_STYLESHEETUTILITY_H
|
||||
#define SWIFT_GUI_STYLESHEETUTILITY_H
|
||||
|
||||
#include "gui/swiftguiexport.h"
|
||||
#include "misc/logcategories.h"
|
||||
#include "misc/digestsignal.h"
|
||||
|
||||
#include <QFileSystemWatcher>
|
||||
#include <QMap>
|
||||
#include <QObject>
|
||||
@@ -19,6 +15,10 @@
|
||||
#include <QStringList>
|
||||
#include <QStyle>
|
||||
|
||||
#include "gui/swiftguiexport.h"
|
||||
#include "misc/digestsignal.h"
|
||||
#include "misc/logcategories.h"
|
||||
|
||||
class QFont;
|
||||
class QWidget;
|
||||
|
||||
@@ -170,5 +170,5 @@ namespace swift::gui
|
||||
QMap<QString, QString> m_styleSheets; //!< filename, stylesheet
|
||||
QFileSystemWatcher m_fileWatcher { this }; //!< monitor my qss files
|
||||
};
|
||||
}
|
||||
} // namespace swift::gui
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user