Qt: remove some more leftovers of Qt4

This commit is contained in:
wmayer
2022-03-19 23:27:28 +01:00
parent 13e09b36f8
commit a999a249e3
13 changed files with 6 additions and 103 deletions

View File

@@ -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()),