Add new global shortcut system backend for X11 and Windows
- Remove qxt - Also create an option for enabled/disabling shortcuts through X11.
This commit is contained in:
@@ -363,7 +363,7 @@ QString ColorToRgba(const QColor &c) {
|
||||
}
|
||||
|
||||
#ifdef Q_OS_MACOS
|
||||
qint32 GetMacVersion() {
|
||||
qint32 GetMacOsVersion() {
|
||||
|
||||
SInt32 minor_version;
|
||||
Gestalt(gestaltSystemVersionMinor, &minor_version);
|
||||
|
||||
Reference in New Issue
Block a user