mirror of
https://github.com/correl/mercenary.git
synced 2024-11-23 11:09:50 +00:00
Correl Roush
0381859219
that will eventually be integrated into it git-svn-id: file:///srv/svn/ircclient/trunk@1 a9804ffe-773b-11dd-bd7c-89c3ef1d2733
8 lines
157 B
C++
8 lines
157 B
C++
#include <iostream>
|
|
#include <QCoreApplication>
|
|
#include "testapp.h"
|
|
|
|
int main( int argc, char *argv[] ) {
|
|
TestApp app( argc, argv );
|
|
return app.exec();
|
|
}
|