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/listdialog.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/listdialog.h')
| -rw-r--r-- | src/listdialog.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/listdialog.h b/src/listdialog.h index d0594bd7..2e33742b 100644 --- a/src/listdialog.h +++ b/src/listdialog.h @@ -3,7 +3,8 @@ #include <QDialog> -namespace Ui { +namespace Ui +{ class ListDialog; } @@ -12,7 +13,7 @@ class ListDialog : public QDialog Q_OBJECT public: - explicit ListDialog(QWidget *parent = nullptr); + explicit ListDialog(QWidget* parent = nullptr); ~ListDialog(); // also saves and restores geometry @@ -26,8 +27,8 @@ public slots: void on_filterEdit_textChanged(QString filter); private: - Ui::ListDialog *ui; + Ui::ListDialog* ui; QStringList m_Choices; }; -#endif // LISTDIALOG_H +#endif // LISTDIALOG_H |
