Fixes: Prevent help view from accepting file manager drops

RevBy: Eike
This commit is contained in:
Friedemann Kleint
2009-02-10 11:38:04 +01:00
parent 11cbfbda11
commit be38c9b4f0

View File

@@ -238,6 +238,7 @@ HelpViewer::HelpViewer(QHelpEngine *engine, CentralWidget *parent)
connect(page(), SIGNAL(linkHovered(QString, QString, QString)), this,
SIGNAL(highlighted(QString)));
connect(this, SIGNAL(urlChanged(QUrl)), this, SIGNAL(sourceChanged(QUrl)));
setAcceptDrops(false);
}
void HelpViewer::setSource(const QUrl &url)