Another attempt to fix copyed hotkeys by updating the identifier

* check on name OR id
* remote keys not updated, but lenient check on local machine
* Remark: Sometimes copied hotkeys d not work
This commit is contained in:
Klaus Basan
2019-02-13 03:11:13 +01:00
committed by Mat Sutcliffe
parent eb1427e55f
commit d8a730302a
7 changed files with 95 additions and 26 deletions

View File

@@ -57,6 +57,9 @@ namespace BlackMisc
//! Contains action?
bool containsAction(const QString &action) const;
//! Update for my machine
void updateToCurrentMachine();
};
} // ns
} // ns