#include <QApplication>
#include <toputil/topmain.h>

int main(int argc, char *argv[])
{
    return TopMain::appExec(argc, argv);
}