mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f8c73c772a
commit
083293c016
@@ -38,9 +38,9 @@ namespace BlackMisc
|
||||
switch (source)
|
||||
{
|
||||
case CGFromSimulatorFirst: return sf;
|
||||
case CGFromDBFirst: return dbf;
|
||||
case CGFromSimulatorOnly: return so;
|
||||
case CGFromDBOnly: return dbo;
|
||||
case CGFromDBFirst: return dbf;
|
||||
case CGFromSimulatorOnly: return so;
|
||||
case CGFromDBOnly: return dbo;
|
||||
default: break;
|
||||
}
|
||||
static const QString u("unknown");
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
#include "blackmisc/settingscache.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackmisc/propertyindex.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/directoryutils.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
#include <QStringList>
|
||||
#include <QObject>
|
||||
|
||||
Reference in New Issue
Block a user