mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Added qmake project files / standardized #includes
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackMisc
|
||||
/// Do not call this, unless you know what you're trying to do (it kills debug)!
|
||||
void destroy() {}
|
||||
|
||||
void changeLogDirectory(const QString &dir) {}
|
||||
void changeLogDirectory(const QString &dir) { Q_UNUSED(dir); }
|
||||
|
||||
QString getLogDirectory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user