diff options
| author | Serg Podtynnyi <[email protected]> | 2023-02-04 00:14:53 +0700 |
|---|---|---|
| committer | Serg Podtynnyi <[email protected]> | 2023-02-05 12:45:38 +0700 |
| commit | 38c34eeca315c7be58e65d4d3fb72aaf7b866719 (patch) | |
| tree | 886e53f20c9c43edc3eb7fe04789716a9bc98ebe /src/dolphindockwidget.h | |
| parent | ffff8af851e3a386c44438337779d0ce7ca98a61 (diff) | |
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/dolphindockwidget.h')
| -rw-r--r-- | src/dolphindockwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphindockwidget.h b/src/dolphindockwidget.h index eaf66e45a..114a11b55 100644 --- a/src/dolphindockwidget.h +++ b/src/dolphindockwidget.h @@ -17,7 +17,7 @@ class DolphinDockWidget : public QDockWidget Q_OBJECT public: - explicit DolphinDockWidget(const QString& title = QString(), QWidget* parent = nullptr, Qt::WindowFlags flags = {}); + explicit DolphinDockWidget(const QString &title = QString(), QWidget *parent = nullptr, Qt::WindowFlags flags = {}); ~DolphinDockWidget() override; /** @@ -29,7 +29,7 @@ public: private: bool m_locked; - QWidget* m_dockTitleBar; + QWidget *m_dockTitleBar; }; #endif |
