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/updatedialog.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/updatedialog.h')
| -rw-r--r-- | src/updatedialog.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/updatedialog.h b/src/updatedialog.h index 1dd5e0b1..798fbee2 100644 --- a/src/updatedialog.h +++ b/src/updatedialog.h @@ -3,10 +3,13 @@ #include <QDialog> +#include "lootdialog.h" // for MarkdownDocument #include <expanderwidget.h> -#include "lootdialog.h" // for MarkdownDocument -namespace Ui { class UpdateDialog; } +namespace Ui +{ +class UpdateDialog; +} class UpdateDialog : public QDialog { @@ -25,4 +28,4 @@ private: MarkdownDocument m_changeLogs; }; -#endif // MODORGANIZER_UPDATEDIALOG_H +#endif // MODORGANIZER_UPDATEDIALOG_H |
