#include #include "network.h" int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); NetworkManager mgr; mgr.test(); return a.exec(); }