Removed redundant classes after refactoring and moving classes to BlackMisc. Basically the result of the merge with PQ branch.

This commit is contained in:
Klaus Basan
2013-04-27 18:06:11 +02:00
parent c97ddc4e3b
commit 33e775e108
22 changed files with 201 additions and 1604 deletions

View File

@@ -1,7 +1,6 @@
#include <QCoreApplication>
#include "blackmisc/debug.h"
#include "blackmisc/context.h"
#include "blackcore/constants.h"
#include <limits>
#include <iostream>
@@ -16,6 +15,6 @@ int main(int argc, char *argv[])
bAppWarning << "This is a bWarning log message";
bAppError << "This is a bError log message";
bAppDebug << "This is a bDebug log message";
return a.exec();
}