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/instancemanagerdialog.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'src/instancemanagerdialog.h') diff --git a/src/instancemanagerdialog.h b/src/instancemanagerdialog.h index bb03fd95..884beaa5 100644 --- a/src/instancemanagerdialog.h +++ b/src/instancemanagerdialog.h @@ -1,10 +1,13 @@ #ifndef MODORGANIZER_INSTANCEMANAGERDIALOG_INCLUDED #define MODORGANIZER_INSTANCEMANAGERDIALOG_INCLUDED -#include #include +#include -namespace Ui { class InstanceManagerDialog; }; +namespace Ui +{ +class InstanceManagerDialog; +}; class Instance; class PluginContainer; @@ -16,8 +19,7 @@ class InstanceManagerDialog : public QDialog Q_OBJECT public: - explicit InstanceManagerDialog( - PluginContainer& pc, QWidget *parent = nullptr); + explicit InstanceManagerDialog(PluginContainer& pc, QWidget* parent = nullptr); ~InstanceManagerDialog(); @@ -54,7 +56,6 @@ public: // void exploreGame(); - // converts the selected, portable instance to a global one; not implemented // void convertToGlobal(); @@ -71,13 +72,11 @@ public: // void deleteInstance(); - // sets whether the dialog should restart MO when selecting an instance; this // is false on startup when no instances exist // void setRestartOnSelect(bool b); - // saves geometry // void done(int r) override; @@ -113,7 +112,6 @@ private: // bool confirmSwitch(const Instance& to); - // returns the index of selected instance, NoSelection if none // std::size_t singleSelectionIndex() const; @@ -144,4 +142,4 @@ private: bool doDelete(const QStringList& files, bool recycle); }; -#endif // MODORGANIZER_INSTANCEMANAGERDIALOG_INCLUDED +#endif // MODORGANIZER_INSTANCEMANAGERDIALOG_INCLUDED -- cgit v1.3.1