GlobalShortcutsBackend: Fix type return
This commit is contained in:
@@ -44,7 +44,7 @@ class GlobalShortcutsBackend : public QObject {
|
|||||||
|
|
||||||
explicit GlobalShortcutsBackend(GlobalShortcutsManager *manager, const Type type, QObject *parent = nullptr);
|
explicit GlobalShortcutsBackend(GlobalShortcutsManager *manager, const Type type, QObject *parent = nullptr);
|
||||||
|
|
||||||
bool type() const { return type_; }
|
Type type() const { return type_; }
|
||||||
QString name() const;
|
QString name() const;
|
||||||
|
|
||||||
virtual bool IsAvailable() const = 0;
|
virtual bool IsAvailable() const = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user