mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 06:54:39 -04:00
primera versi?n con servidor http incorporado
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "library_window.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
#include "startup.h"
|
||||
#define PICTUREFLOW_QT4 1
|
||||
|
||||
int main( int argc, char ** argv )
|
||||
@ -18,5 +18,8 @@ int main( int argc, char ** argv )
|
||||
mw->resize(800,480);
|
||||
mw->showMaximized();
|
||||
|
||||
Startup * s = new Startup();
|
||||
s->start();
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
Reference in New Issue
Block a user