mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Initial commit
This commit is contained in:
16
blacklib/samples/com_client/main.cpp
Normal file
16
blacklib/samples/com_client/main.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <QApplication>
|
||||
|
||||
#include <blackmisc/context.h>
|
||||
#include "client.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
BlackMisc::CApplicationContext myApplicationContext;
|
||||
QApplication a(argc, argv);
|
||||
|
||||
Client client;
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user