From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/moapplication.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/moapplication.h') 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 . #ifndef MOAPPLICATION_H #define MOAPPLICATION_H +#include "env.h" #include #include -#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 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 -- cgit v1.3.1