mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
controlador de p?ginas
corregido bug relacionado con los datos de sesi?n (delete comic)
This commit is contained in:
@ -18,12 +18,14 @@ int main( int argc, char ** argv )
|
||||
app.installTranslator(&translator);
|
||||
app.setApplicationName("YACReaderLibrary");
|
||||
|
||||
s = new Startup();
|
||||
s->start();
|
||||
|
||||
mw = new LibraryWindow();
|
||||
mw->resize(800,480);
|
||||
mw->showMaximized();
|
||||
|
||||
s = new Startup();
|
||||
s->start();
|
||||
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
Reference in New Issue
Block a user