X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/954e8c47906c12edaaf6e6aebdd41516eceb0d44..e57f6215659ee36877c7c36c9e3fcba0ba5d03a0:/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.