Select group when adding credentials from browser extension (#2637)
This commit is contained in:
committed by
Jonathan White
parent
779b529da2
commit
891f67a1cd
@@ -41,6 +41,7 @@ namespace Tools
|
||||
void sleep(int ms);
|
||||
void wait(int ms);
|
||||
QString uuidToHex(const QUuid& uuid);
|
||||
QUuid hexToUuid(const QString& uuid);
|
||||
QRegularExpression convertToRegex(const QString& string,
|
||||
bool useWildcards = false,
|
||||
bool exactMatch = false,
|
||||
|
||||
Reference in New Issue
Block a user