X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/6072005ddce81b456fdcf2e77d5156a1d86f3686..64f38f89a63c7afe5fbd5181f9de65c4b3be48b7:/src/dolphinremoveaction.h 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.