mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
Reverting inadvertently committed local changes.
This commit is contained in:
parent
6e575bc8af
commit
99cb1da5ec
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ InfoView::InfoView(bool forced) :
|
|||
QString absPath = QFileInfo(Application::resourcesPath() + "html/interface-welcome-allsvg.html").absoluteFilePath();
|
||||
QUrl url = QUrl::fromLocalFile(absPath);
|
||||
|
||||
// load(url);
|
||||
// connect(this, SIGNAL(loadFinished(bool)), this, SLOT(loaded(bool)));
|
||||
load(url);
|
||||
connect(this, SIGNAL(loadFinished(bool)), this, SLOT(loaded(bool)));
|
||||
}
|
||||
|
||||
void InfoView::showFirstTime() {
|
||||
|
|
Loading…
Reference in a new issue