mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 17:53:23 +08:00
Moved PQs from blackcore to blackmisc, added header for namespace, mainpage.dox for Doxygen
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include "testmain.h"
|
||||
|
||||
using namespace BlackCoreTest;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication a(argc, argv);
|
||||
TestMain::unitMain(argc, argv);
|
||||
|
||||
// bye
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user