diff options
| author | Nicolas Fella <[email protected]> | 2021-02-08 23:09:59 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2021-02-09 20:39:50 +0000 |
| commit | f65b0899c3666561cafac14f67ab0bb8a5bfa00a (patch) | |
| tree | 0215aa223236bc85b739cecf9bfd47f4832f2cf8 /src/dolphintabbar.h | |
| parent | 7dc863add76dd31f162487487257225a0b4f1fd3 (diff) | |
Build with QT_NO_KEYWORDS
Diffstat (limited to 'src/dolphintabbar.h')
| -rw-r--r-- | src/dolphintabbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphintabbar.h b/src/dolphintabbar.h index 88366c97c..d601b0a9c 100644 --- a/src/dolphintabbar.h +++ b/src/dolphintabbar.h @@ -16,7 +16,7 @@ class DolphinTabBar : public QTabBar public: explicit DolphinTabBar(QWidget* parent); -signals: +Q_SIGNALS: void openNewActivatedTab(int index); void tabDropEvent(int index, QDropEvent* event); void tabDetachRequested(int index); @@ -35,7 +35,7 @@ protected: */ void contextMenuEvent(QContextMenuEvent* event) override; -private slots: +private Q_SLOTS: void slotAutoActivationTimeout(); private: |
