#include "logreceiver.h" #include #include int main(int argc, char *argv[]) { QApplication a(argc, argv); LogReceiver w; w.show(); return a.exec(); }