This commit is contained in:
Luis Ángel San Martín
2014-12-02 14:48:36 +01:00
parent 6f9af74151
commit 9ee4bef957
4 changed files with 166 additions and 188 deletions

View File

@ -17,7 +17,7 @@ ClassicComicsView::ClassicComicsView(QWidget *parent)
//FLOW-----------------------------------------------------------------------
//---------------------------------------------------------------------------
if(QGLFormat::hasOpenGL() && (settings->value(USE_OPEN_GL).toBool() == true))
if((settings->value(USE_OPEN_GL).toBool() == true))
comicFlow = new ComicFlowWidgetGL(0);
else
comicFlow = new ComicFlowWidgetSW(0);