┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/private/kitemlistroleeditor.h
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2021-02-08 23:09:59 +0100
committerElvis Angelaccio <[email protected]>2021-02-09 20:39:50 +0000
commitf65b0899c3666561cafac14f67ab0bb8a5bfa00a (patch)
tree0215aa223236bc85b739cecf9bfd47f4832f2cf8 /src/kitemviews/private/kitemlistroleeditor.h
parent7dc863add76dd31f162487487257225a0b4f1fd3 (diff)
Build with QT_NO_KEYWORDS
Diffstat (limited to 'src/kitemviews/private/kitemlistroleeditor.h')
-rw-r--r--src/kitemviews/private/kitemlistroleeditor.h4
1 files changed, 2 insertions, 2 deletions
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.