diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-17 11:47:01 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 17:20:40 +0200 |
| commit | d13f6bb870cdda71257f665367be8ef9fca86255 (patch) | |
| tree | 52e214718478f1e52856572f5aa1a2ac58537f9f /src/moapplication.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/moapplication.h')
| -rw-r--r-- | src/moapplication.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/moapplication.h b/src/moapplication.h index 91090764..498242f3 100644 --- a/src/moapplication.h +++ b/src/moapplication.h @@ -20,9 +20,9 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #ifndef MOAPPLICATION_H #define MOAPPLICATION_H +#include "env.h" #include <QApplication> #include <QFileSystemWatcher> -#include "env.h" class Settings; class MOMultiProcess; @@ -31,7 +31,10 @@ class PluginContainer; class OrganizerCore; class NexusInterface; -namespace MOBase { class IPluginGame; } +namespace MOBase +{ +class IPluginGame; +} class MOApplication : public QApplication { @@ -90,22 +93,19 @@ private: void purgeOldFiles(); }; - class MOSplash { public: - MOSplash( - const Settings& settings, const QString& dataPath, - const MOBase::IPluginGame* game); + MOSplash(const Settings& settings, const QString& dataPath, + const MOBase::IPluginGame* game); void close(); private: std::unique_ptr<QSplashScreen> ss_; - QString getSplashPath( - const Settings& settings, const QString& dataPath, - const MOBase::IPluginGame* game) const; + QString getSplashPath(const Settings& settings, const QString& dataPath, + const MOBase::IPluginGame* game) const; }; -#endif // MOAPPLICATION_H +#endif // MOAPPLICATION_H |
