mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-26 12:58:37 +02:00
Task #3969 - Merge String.cpp and StringUtil.cpp
This commit is contained in:
parent
a4416d4b16
commit
0745d5884b
26 changed files with 360 additions and 408 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include "synergy/key_types.h"
|
||||
#include "base/String.h"
|
||||
#include "base/StringUtil.h"
|
||||
#include "common/stdmap.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/stdvector.h"
|
||||
|
@ -463,9 +462,9 @@ private:
|
|||
|
||||
// Key maps for parsing/formatting
|
||||
typedef std::map<CString, KeyID,
|
||||
CStringUtil::CaselessCmp> CNameToKeyMap;
|
||||
synergy::string::CaselessCmp> CNameToKeyMap;
|
||||
typedef std::map<CString, KeyModifierMask,
|
||||
CStringUtil::CaselessCmp> CNameToModifierMap;
|
||||
synergy::string::CaselessCmp> CNameToModifierMap;
|
||||
typedef std::map<KeyID, CString> CKeyToNameMap;
|
||||
typedef std::map<KeyModifierMask, CString> CModifierToNameMap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue