Remove unecessary qualification

Remove extra qualification present on ShortcutMapper class members declarations

Close #6045, close #6046
This commit is contained in:
Nikita Kolotov 2019-08-14 22:16:21 +03:00 committed by Don HO
parent 06db9ee338
commit 67305b978c
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -65,9 +65,9 @@ public:
bool findKeyConflicts(__inout_opt generic_string * const keyConflictLocation,
const KeyCombo & itemKeyCombo, const size_t & itemIndex) const;
generic_string ShortcutMapper::getTextFromCombo(HWND hCombo);
bool ShortcutMapper::isFilterValid(Shortcut);
bool ShortcutMapper::isFilterValid(PluginCmdShortcut sc);
generic_string getTextFromCombo(HWND hCombo);
bool isFilterValid(Shortcut);
bool isFilterValid(PluginCmdShortcut sc);
protected :
INT_PTR CALLBACK run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam);