Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 939365 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/browser-request.cpp (-2 / +1 lines)
Lines 132-138 void BrowserRequestPrivate::start() Link Here
132
132
133
    m_dialog->rootContext()->setContextProperty("request", this);
133
    m_dialog->rootContext()->setContextProperty("request", this);
134
    m_dialog->rootContext()->setContextProperty("rootDir",
134
    m_dialog->rootContext()->setContextProperty("rootDir",
135
                                                QUrl::fromLocalFile(rootDir.absolutePath()));
135
                                                rootDir.absolutePath());
136
    m_dialog->setSource(webview);
136
    m_dialog->setSource(webview);
137
}
137
}
138
138
139
- 

Return to bug 939365