From 97c4fbddde7a3fd1a278068fa58fbe094fe837bb Mon Sep 17 00:00:00 2001 From: RedLine AI Agent Date: Fri, 5 Sep 2025 20:44:33 +0000 Subject: [PATCH] Update app/preferenceeditor.h --- app/preferenceeditor.h | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/app/preferenceeditor.h b/app/preferenceeditor.h index 60ed8c0..ac09083 100644 --- a/app/preferenceeditor.h +++ b/app/preferenceeditor.h @@ -1,22 +1,22 @@ -#ifndef PREFERENCEEDITOR_H -#define PREFERENCEEDITOR_H - -#include - -namespace Ui { -class PreferenceEditor; -} - -class PreferenceEditor : public QDialog -{ - Q_OBJECT - -public: - explicit PreferenceEditor(QWidget *parent = nullptr); - ~PreferenceEditor(); - -private: - Ui::PreferenceEditor *ui; -}; - -#endif // PREFERENCEEDITOR_H +#ifndef PREFERENCEEDITOR_H +#define PREFERENCEEDITOR_H + +#include + +namespace Ui { +class PreferenceEditor; +} + +class PreferenceEditor : public QDialog +{ + Q_OBJECT + +public: + explicit PreferenceEditor(QWidget *parent = nullptr); + ~PreferenceEditor(); + +private: + Ui::PreferenceEditor *ui; +}; + +#endif // PREFERENCEEDITOR_H