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/activatemodsdialog.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/activatemodsdialog.h')
| -rw-r--r-- | src/activatemodsdialog.h | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/src/activatemodsdialog.h b/src/activatemodsdialog.h index 0c94d1d1..f7fd719f 100644 --- a/src/activatemodsdialog.h +++ b/src/activatemodsdialog.h @@ -30,8 +30,9 @@ class QWidget; #include <set> -namespace Ui { - class ActivateModsDialog; +namespace Ui +{ +class ActivateModsDialog; } /** @@ -42,13 +43,14 @@ class ActivateModsDialog : public MOBase::TutorableDialog Q_OBJECT public: - /** - * @brief constructor - * - * @param missingPlugins a map containing missing plugins that need to be activated - * @param parent ... Defaults to 0. - **/ - explicit ActivateModsDialog(SaveGameInfo::MissingAssets const &missingAssets, QWidget *parent = 0); + /** + * @brief constructor + * + * @param missingPlugins a map containing missing plugins that need to be activated + * @param parent ... Defaults to 0. + **/ + explicit ActivateModsDialog(SaveGameInfo::MissingAssets const& missingAssets, + QWidget* parent = 0); ~ActivateModsDialog(); /** @@ -63,14 +65,15 @@ public: /** * @brief get a list of plugins that should be activated * - * @return set< QString > the plugins to activate. This contains only plugins that become available after enabling the mods retrieved with getModsToActivate + * @return set< QString > the plugins to activate. This contains only plugins that + *become available after enabling the mods retrieved with getModsToActivate **/ std::set<QString> getESPsToActivate(); private slots: private: - Ui::ActivateModsDialog *ui; + Ui::ActivateModsDialog* ui; }; -#endif // ACTIVATEMODSDIALOG_H +#endif // ACTIVATEMODSDIALOG_H |
