Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- else if (argument.contains("-enhancedAuth", Qt::CaseInsensitive))
- {
- haveEnhancedAuth = true;
- _enhancedAuth = true;
- if(argument.contains("=no", Qt::CaseInsensitive) || argument.contains("=false", Qt::CaseInsensitive))
- _enhancedAuth = false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement