X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/576a97d8eb9601f4ad74def6528cc90fffe97b1c..a35af3a0d2022a23c5a1cc30d693141a13673b8f:/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.