mirror of
https://github.com/YACReader/yacreader
synced 2026-02-01 04:40:12 -05:00
Add slider in goto_flow_toolbar
This commit is contained in:
@ -79,8 +79,9 @@ void GoToFlowGL::setImageReady(int index,const QByteArray & imageData)
|
||||
|
||||
void GoToFlowGL::updateConfig(QSettings * settings)
|
||||
{
|
||||
Performance performance = medium;
|
||||
GoToFlowWidget::updateConfig(settings);
|
||||
|
||||
Performance performance = medium;
|
||||
switch (settings->value(PERFORMANCE).toInt())
|
||||
{
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user