X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/7dc863add76dd31f162487487257225a0b4f1fd3..f65b0899c3666561cafac14f67ab0bb8a5bfa00a:/src/kitemviews/private/kitemlistroleeditor.h?ds=sidebyside diff --git a/src/kitemviews/private/kitemlistroleeditor.h b/src/kitemviews/private/kitemlistroleeditor.h index a63680624..070cf5ce9 100644 --- a/src/kitemviews/private/kitemlistroleeditor.h +++ b/src/kitemviews/private/kitemlistroleeditor.h @@ -33,7 +33,7 @@ public: bool eventFilter(QObject* watched, QEvent* event) override; -signals: +Q_SIGNALS: void roleEditingFinished(const QByteArray& role, const QVariant& value); void roleEditingCanceled(const QByteArray& role, const QVariant& value); @@ -41,7 +41,7 @@ protected: bool event(QEvent* event) override; void keyPressEvent(QKeyEvent* event) override; -private slots: +private Q_SLOTS: /** * Increases the size of the editor in case if there is not * enough room for the text.