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/categoriesdialog.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/categoriesdialog.h')
| -rw-r--r-- | src/categoriesdialog.h | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/categoriesdialog.h b/src/categoriesdialog.h index 39fb7130..2ac84124 100644 --- a/src/categoriesdialog.h +++ b/src/categoriesdialog.h @@ -23,7 +23,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "tutorabledialog.h" #include <set> -namespace Ui { +namespace Ui +{ class CategoriesDialog; } @@ -35,8 +36,7 @@ class CategoriesDialog : public MOBase::TutorableDialog Q_OBJECT public: - - explicit CategoriesDialog(QWidget *parent = 0); + explicit CategoriesDialog(QWidget* parent = 0); ~CategoriesDialog(); // also saves and restores geometry @@ -51,25 +51,21 @@ public: private slots: - void on_categoriesTable_customContextMenuRequested(const QPoint &pos); + void on_categoriesTable_customContextMenuRequested(const QPoint& pos); void addCategory_clicked(); void removeCategory_clicked(); void cellChanged(int row, int column); private: - void refreshIDs(); void fillTable(); private: - - Ui::CategoriesDialog *ui; + Ui::CategoriesDialog* ui; int m_ContextRow; int m_HighestID; std::set<int> m_IDs; - }; -#endif // CATEGORIESDIALOG_H - +#endif // CATEGORIESDIALOG_H |
