Remove deprecated gnome/mate SettingsDaemon global shortcuts
This commit is contained in:
@@ -58,17 +58,15 @@ class GlobalShortcutsManager : public QWidget {
|
||||
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS) && defined(HAVE_DBUS)
|
||||
static bool IsKdeAvailable();
|
||||
static bool IsGnomeAvailable();
|
||||
static bool IsMateAvailable();
|
||||
#endif // defined(Q_OS_UNIX) && !defined(Q_OS_MACOS) && defined(HAVE_DBUS)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_X11_GLOBALSHORTCUTS
|
||||
static bool IsX11Available();
|
||||
#endif // HAVE_X11_GLOBALSHORTCUTS
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_MACOS
|
||||
static bool IsMacAccessibilityEnabled();
|
||||
#endif // Q_OS_MACOS
|
||||
#endif
|
||||
|
||||
bool Register();
|
||||
void Unregister();
|
||||
|
||||
Reference in New Issue
Block a user