From 5e5c9c07291f6b09623d31c92b1fb61c4ede576e Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Thu, 22 Feb 2018 16:54:34 +0100 Subject: Applied clang-format on source --- src/moapplication.h | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'src/moapplication.h') diff --git a/src/moapplication.h b/src/moapplication.h index 9db130af..bb8de414 100644 --- a/src/moapplication.h +++ b/src/moapplication.h @@ -23,29 +23,24 @@ along with Mod Organizer. If not, see . #include #include - class MOApplication : public QApplication { -Q_OBJECT + Q_OBJECT public: + MOApplication(int& argc, char** argv); - MOApplication(int &argc, char **argv); - - virtual bool notify (QObject *receiver, QEvent *event); + virtual bool notify(QObject* receiver, QEvent* event); public slots: - bool setStyleFile(const QString &style); + bool setStyleFile(const QString& style); private slots: - void updateStyle(const QString &fileName); + void updateStyle(const QString& fileName); private: - - QFileSystemWatcher m_StyleWatcher; - QString m_DefaultStyle; - + QFileSystemWatcher m_StyleWatcher; + QString m_DefaultStyle; }; - #endif // MOAPPLICATION_H -- cgit v1.3.1