Reverting inadvertently committed local changes.

This commit is contained in:
matsukaze 2014-04-22 07:40:31 -04:00
parent 6e575bc8af
commit 99cb1da5ec

View file

@ -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() {