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/statusbar/statusbarspaceinfo.h | |
| parent | ffff8af851e3a386c44438337779d0ce7ca98a61 (diff) | |
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/statusbar/statusbarspaceinfo.h')
| -rw-r--r-- | src/statusbar/statusbarspaceinfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/statusbar/statusbarspaceinfo.h b/src/statusbar/statusbarspaceinfo.h index 5b16942a4..932f09b7b 100644 --- a/src/statusbar/statusbarspaceinfo.h +++ b/src/statusbar/statusbarspaceinfo.h @@ -25,22 +25,22 @@ class StatusBarSpaceInfo : public KCapacityBar Q_OBJECT public: - explicit StatusBarSpaceInfo(QWidget* parent = nullptr); + explicit StatusBarSpaceInfo(QWidget *parent = nullptr); ~StatusBarSpaceInfo() override; /** * Use this to set the widget visibility as it can hide itself */ void setShown(bool); - void setUrl(const QUrl& url); + void setUrl(const QUrl &url); QUrl url() const; void update(); protected: - void showEvent(QShowEvent* event) override; - void hideEvent(QHideEvent* event) override; - void mousePressEvent(QMouseEvent* event) override; + void showEvent(QShowEvent *event) override; + void hideEvent(QHideEvent *event) override; + void mousePressEvent(QMouseEvent *event) override; private Q_SLOTS: void slotValuesChanged(); |
