Statistics
| Branch: | Revision:

gazetk / Hub / GazeTk-Hub / main.cpp @ 81eb8e16

History | View | Annotate | Download (124 Bytes)

1 81eb8e16 Thies Pfeiffer
#include <QCoreApplication>
2
3
int main(int argc, char *argv[])
4
{
5
    QCoreApplication a(argc, argv);
6
7
    return a.exec();
8
}