Fix builds with CONFIG+=no_opengl

This commit is contained in:
Felix Kauselmann
2018-02-18 15:02:51 +01:00
parent 441aa4fb95
commit fc454a81a3
2 changed files with 4 additions and 2 deletions

View File

@ -7,8 +7,9 @@
#include "yacreader_flow_config_widget.h"
#include "api_key_dialog.h"
#ifndef NO_OPENGL
FlowType flowType = Strip;
#endif
OptionsDialog::OptionsDialog(QWidget * parent)
:YACReaderOptionsDialog(parent)