Example #1
0
int main(int argc, char *argv[])
{
    QApplication app(argc, argv);
    Merger m;
    m.show();


    return app.exec();
}