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