diff options
Diffstat (limited to 'src/dolphinremoveaction.h')
| -rw-r--r-- | src/dolphinremoveaction.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/dolphinremoveaction.h b/src/dolphinremoveaction.h index 7c3b49279..645359da0 100644 --- a/src/dolphinremoveaction.h +++ b/src/dolphinremoveaction.h @@ -24,16 +24,11 @@ */ class DOLPHIN_EXPORT DolphinRemoveAction : public QAction { - Q_OBJECT + Q_OBJECT public: + enum class ShiftState { Unknown, Pressed, Released }; - enum class ShiftState { - Unknown, - Pressed, - Released - }; - - DolphinRemoveAction(QObject* parent, KActionCollection* collection); + DolphinRemoveAction(QObject *parent, KActionCollection *collection); /** * Updates this action key based on @p shiftState. |
