mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Doxygen, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
52ce9f9205
commit
0fa9bcb520
@@ -56,6 +56,7 @@ namespace BlackCore
|
||||
|
||||
// split parser values
|
||||
if (IContextNetwork::getCmdLineOptions().isEmpty()) { return false; } // no such option, avoid warnings
|
||||
if (!sApp) { return false; }
|
||||
const QString clientIdAndKey = sApp->getParserValue("clientIdAndKey").toLower();
|
||||
if (clientIdAndKey.isEmpty() || !clientIdAndKey.contains(':')) { return false; }
|
||||
const QStringList stringList = clientIdAndKey.split(':');
|
||||
|
||||
Reference in New Issue
Block a user