Qt: remove some more leftovers of Qt4
This commit is contained in:
@@ -67,13 +67,6 @@ void Assistant::showDocumentation(const QString &page)
|
||||
|
||||
bool Assistant::startAssistant()
|
||||
{
|
||||
#if QT_VERSION < 0x040400
|
||||
QMessageBox::critical(0, QObject::tr("Help"),
|
||||
QObject::tr("Unable to load documentation.\n"
|
||||
"In order to load it Qt 4.4 or higher is required."));
|
||||
return false;
|
||||
#endif
|
||||
|
||||
if (!proc) {
|
||||
proc = new QProcess();
|
||||
connect(proc, SIGNAL(readyReadStandardOutput()),
|
||||
|
||||
Reference in New Issue
Block a user