From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/motddialog.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/motddialog.h') 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 . #include #include -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 -- cgit v1.3.1