mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 20:58:30 +02:00
remove call to re-set default setting in InfoView
This commit is contained in:
parent
b0421cb9d3
commit
5393d75281
1 changed files with 2 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue