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/profileinputdialog.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/profileinputdialog.h')
| -rw-r--r-- | src/profileinputdialog.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/profileinputdialog.h b/src/profileinputdialog.h index a114b9b0..d75e11b8 100644 --- a/src/profileinputdialog.h +++ b/src/profileinputdialog.h @@ -22,23 +22,24 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QDialog> -namespace Ui { +namespace Ui +{ class ProfileInputDialog; } class ProfileInputDialog : public QDialog { Q_OBJECT - + public: - explicit ProfileInputDialog(QWidget *parent = 0); + explicit ProfileInputDialog(QWidget* parent = 0); ~ProfileInputDialog(); QString getName() const; bool getPreferDefaultSettings() const; - + private: - Ui::ProfileInputDialog *ui; + Ui::ProfileInputDialog* ui; }; -#endif // PROFILEINPUTDIALOG_H +#endif // PROFILEINPUTDIALOG_H |
