forked from qt-creator/qt-creator
Revert "Add Qt build date to about dialog"
For whatever reason that only worked for local builds,
but not the packages.
This reverts commit ab83c30f87.
Change-Id: I8225e1bdd22489b619ce546ecccba420424f9880
Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
This commit is contained in:
@@ -34,9 +34,8 @@
|
|||||||
#include <app/app_version.h>
|
#include <app/app_version.h>
|
||||||
#include <extensionsystem/pluginmanager.h>
|
#include <extensionsystem/pluginmanager.h>
|
||||||
|
|
||||||
#include <QApplication>
|
|
||||||
#include <QLibraryInfo>
|
|
||||||
#include <QSysInfo>
|
#include <QSysInfo>
|
||||||
|
#include <QApplication>
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\namespace Core
|
\namespace Core
|
||||||
@@ -470,10 +469,9 @@ QString ICore::versionString()
|
|||||||
|
|
||||||
QString ICore::buildCompatibilityString()
|
QString ICore::buildCompatibilityString()
|
||||||
{
|
{
|
||||||
return tr("Based on Qt %1 (%2, %3 bit) built on %4").arg(QLatin1String(qVersion()),
|
return tr("Based on Qt %1 (%2, %3 bit)").arg(QLatin1String(qVersion()),
|
||||||
compilerString(),
|
compilerString(),
|
||||||
QString::number(QSysInfo::WordSize),
|
QString::number(QSysInfo::WordSize));
|
||||||
QLibraryInfo::buildDate().toString(QLatin1String("MMM dd yyyy")));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
IContext *ICore::currentContextObject()
|
IContext *ICore::currentContextObject()
|
||||||
|
|||||||
Reference in New Issue
Block a user