Fix merge botch
This commit is contained in:
parent
739ca6a02e
commit
29190708c3
1 changed files with 0 additions and 5 deletions
|
@ -50,11 +50,6 @@ GeneralSettingsPage::GeneralSettingsPage()
|
|||
pixmapCacheEdit.setSingleStep(64);
|
||||
pixmapCacheEdit.setValue(settingsCache->getPixmapCacheSize());
|
||||
pixmapCacheEdit.setSuffix(" MB");
|
||||
pixmapCacheEdit.setMinimum(64);
|
||||
pixmapCacheEdit.setMaximum(8192);
|
||||
pixmapCacheEdit.setSingleStep(64);
|
||||
pixmapCacheEdit.setValue(settingsCache->getPixmapCacheSize());
|
||||
pixmapCacheEdit.setSuffix(" MB");
|
||||
picDownloadHqCheckBox.setChecked(settingsCache->getPicDownloadHq());
|
||||
picDownloadCheckBox.setChecked(settingsCache->getPicDownload());
|
||||
|
||||
|
|
Loading…
Reference in a new issue