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/motddialog.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/motddialog.h')
| -rw-r--r-- | src/motddialog.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/motddialog.h b/src/motddialog.h index 929a51e5..4e0175d3 100644 --- a/src/motddialog.h +++ b/src/motddialog.h @@ -23,24 +23,25 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QDialog> #include <QUrl> -namespace Ui { +namespace Ui +{ class MotDDialog; } class MotDDialog : public QDialog { Q_OBJECT - + public: - explicit MotDDialog(const QString &message, QWidget *parent = 0); + explicit MotDDialog(const QString& message, QWidget* parent = 0); ~MotDDialog(); - + private slots: void on_okButton_clicked(); - void linkClicked(const QUrl &url); + void linkClicked(const QUrl& url); private: - Ui::MotDDialog *ui; + Ui::MotDDialog* ui; }; -#endif // MOTDDIALOG_H +#endif // MOTDDIALOG_H |
