Add missing names for parameter variables
This commit is contained in:
@@ -91,7 +91,10 @@ int GlobalShortcut::nativeKeycode(const Qt::Key qt_keycode) {
|
||||
|
||||
}
|
||||
|
||||
int GlobalShortcut::nativeKeycode2(const Qt::Key) { return 0; }
|
||||
int GlobalShortcut::nativeKeycode2(const Qt::Key key) {
|
||||
Q_UNUSED(key)
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool GlobalShortcut::registerShortcut(const int native_key, const int native_mods) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user