controlador de p?ginas

corregido bug relacionado con los datos de sesi?n (delete comic)
This commit is contained in:
Luis Ángel San Martín
2012-09-09 14:30:17 +02:00
parent b0cfaaf13c
commit a39cc616f6
9 changed files with 83 additions and 10 deletions

View File

@ -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();
}