mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Added qmake project files / standardized #includes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <blackmisc/debug.h>
|
||||
#include "blackmisc/debug.h"
|
||||
#include "server.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
@@ -36,4 +36,4 @@ void Server::onData(QString &messageID, QByteArray &message)
|
||||
void TestMessageHandler::onTestMessage(const TestMessage *testmessage)
|
||||
{
|
||||
bDebug << "Message ID: " << testmessage->getID() << " with text: " << testmessage->getTestString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user