forked from qt-creator/qt-creator
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:
@@ -92,6 +92,7 @@ WelcomeModePrivate::WelcomeModePrivate() :
|
||||
m_projectHtmlTemplate(readFile(QLatin1String(":/core/html/recent_projects.html"))),
|
||||
m_baseUrl(QUrl(QLatin1String("qrc:/core/html/welcome.html")))
|
||||
{
|
||||
m_webview->setContextMenuPolicy(Qt::NoContextMenu);
|
||||
}
|
||||
|
||||
#if defined(QT_NO_WEBKIT)
|
||||
|
||||
Reference in New Issue
Block a user