remove call to re-set default setting in InfoView

This commit is contained in:
Stephen Birarda 2013-09-18 14:39:35 -07:00
parent b0421cb9d3
commit 5393d75281

View file

@ -17,9 +17,8 @@
#define SETTINGS_VERSION_KEY "info-version"
#define MAX_DIALOG_HEIGHT_RATIO 0.9
InfoView::InfoView(bool forced) {
_forced = forced;
settings()->setAttribute(QWebSettings::LocalContentCanAccessFileUrls, true);
InfoView::InfoView(bool forced) :
_forced(forced) {
switchToResourcesParentIfRequired();
QString absPath = QFileInfo("resources/html/interface-welcome-allsvg.html").absoluteFilePath();