21 #ifndef VSHORTCUTPROPERTYEDITOR_H
22 #define VSHORTCUTPROPERTYEDITOR_H
24 #include <qcompilerdetection.h>
25 #include <QKeySequence>
27 #include <QMetaObject>
31 #include <QToolButton>
48 virtual bool eventFilter(QObject* obj, QEvent* event) Q_DECL_OVERRIDE;
68 void setShortcut(
const QString &shortcut,
bool emit_signal);
73 void setShortcut(
const QKeySequence &shortcut,
bool emit_signal);