Added qmake project files / standardized #includes

This commit is contained in:
Roland Winklmeier
2013-03-16 18:44:46 +01:00
parent 9b79949eb4
commit f6daa0623e
43 changed files with 577 additions and 61 deletions

View File

@@ -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();
}
}