Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-02-05 05:35:58 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2021-02-05 05:35:58 +0300
commit2e04d1e23f284c00da54565e2d415f30b9f09a33 (patch)
tree11c1cfbae869fba37fa0108fb7974dbdea345b07 /src/mumble/GlobalShortcut_unix.h
parent0d125a3c30a4bf3dc33058b9f5a869df0a962675 (diff)
FEAT(client): Update platform-specific GlobalShortcut backends for ButtonInfo
Diffstat (limited to 'src/mumble/GlobalShortcut_unix.h')
-rw-r--r--src/mumble/GlobalShortcut_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h
index b29310f7f..6f0022757 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -34,7 +34,7 @@ public:
GlobalShortcutX();
~GlobalShortcutX() Q_DECL_OVERRIDE;
void run() Q_DECL_OVERRIDE;
- QString buttonName(const QVariant &) Q_DECL_OVERRIDE;
+ ButtonInfo buttonInfo(const QVariant &) Q_DECL_OVERRIDE;
void queryXIMasterList();
public slots: