summaryrefslogtreecommitdiff
path: root/src/motddialog.h
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2018-02-23 01:45:58 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2018-02-23 01:45:58 +0100
commitea6292168a6acd4c263913f0ccd7dd64daf4f5cf (patch)
tree312024abbd7c3c100274f3a8031d49096480b654 /src/motddialog.h
parent5e5c9c07291f6b09623d31c92b1fb61c4ede576e (diff)
Revert "Applied clang-format on source"
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
Diffstat (limited to 'src/motddialog.h')
-rw-r--r--src/motddialog.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/motddialog.h b/src/motddialog.h
index 17636584..5791321f 100644
--- a/src/motddialog.h
+++ b/src/motddialog.h
@@ -27,19 +27,20 @@ namespace Ui {
class MotDDialog;
}
-class MotDDialog : public QDialog {
- Q_OBJECT
-
+class MotDDialog : public QDialog
+{
+ Q_OBJECT
+
public:
- explicit MotDDialog(const QString& message, QWidget* parent = 0);
- ~MotDDialog();
-
+ explicit MotDDialog(const QString &message, QWidget *parent = 0);
+ ~MotDDialog();
+
private slots:
- void on_okButton_clicked();
- void linkClicked(const QUrl& url);
+ void on_okButton_clicked();
+ void linkClicked(const QUrl &url);
private:
- Ui::MotDDialog* ui;
+ Ui::MotDDialog *ui;
};
#endif // MOTDDIALOG_H