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/settingsdialogworkarounds.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/settingsdialogworkarounds.h')
| -rw-r--r-- | src/settingsdialogworkarounds.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settingsdialogworkarounds.h b/src/settingsdialogworkarounds.h index cffc54a0..8c86fd69 100644 --- a/src/settingsdialogworkarounds.h +++ b/src/settingsdialogworkarounds.h @@ -17,8 +17,8 @@ public: // shows the blacklist dialog from the given string and returns the new // blacklist if the user accepted it // - static std::optional<QString> changeBlacklistLater( - QWidget* parent, const QString& current); + static std::optional<QString> changeBlacklistLater(QWidget* parent, + const QString& current); void update(); @@ -30,4 +30,4 @@ private: void on_resetGeometryBtn_clicked(); }; -#endif // SETTINGSDIALOGWORKAROUNDS_H +#endif // SETTINGSDIALOGWORKAROUNDS_H |
