Fixes: Do not show a context menu in the HTML welcome Page

Task: 247413
RevBy: Thorbjorn Lindeijer

Details: The context menu only contained only a reload action which did not
         work as expected anyway. Removing it was the best option.

Details: Suxx
This commit is contained in:
Daniel Molkentin
2009-03-20 10:56:57 +01:00
parent 927578ed55
commit 994d910794

View File

@@ -92,6 +92,7 @@ WelcomeModePrivate::WelcomeModePrivate() :
m_projectHtmlTemplate(readFile(QLatin1String(":/core/html/recent_projects.html"))), m_projectHtmlTemplate(readFile(QLatin1String(":/core/html/recent_projects.html"))),
m_baseUrl(QUrl(QLatin1String("qrc:/core/html/welcome.html"))) m_baseUrl(QUrl(QLatin1String("qrc:/core/html/welcome.html")))
{ {
m_webview->setContextMenuPolicy(Qt::NoContextMenu);
} }
#if defined(QT_NO_WEBKIT) #if defined(QT_NO_WEBKIT)