fix double popup on delete pics

This commit is contained in:
Zach H 2015-03-30 16:55:57 -04:00
parent 83274f9855
commit 2aadf09347

View file

@ -39,9 +39,6 @@ GeneralSettingsPage::GeneralSettingsPage()
}
picDownloadCheckBox.setChecked(settingsCache->getPicDownload());
connect(&clearDownloadedPicsButton, SIGNAL(clicked()), this, SLOT(clearDownloadedPicsButtonClicked()));
picDownloadHqCheckBox.setChecked(settingsCache->getPicDownloadHq());
pixmapCacheEdit.setMinimum(PIXMAPCACHE_SIZE_MIN);