forked from qt-creator/qt-creator
Update Qt4 references to Qt.
Task-number: QTCREATORBUG-8186 Change-Id: I6ff1ed212d5202dc9ab214c93ea7bca1f07f4e14 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
This commit is contained in:
@@ -695,7 +695,7 @@ QString Qt4RunConfiguration::defaultDisplayName()
|
||||
if (!m_proFilePath.isEmpty())
|
||||
defaultName = QFileInfo(m_proFilePath).completeBaseName();
|
||||
else
|
||||
defaultName = tr("Qt4 Run Configuration");
|
||||
defaultName = tr("Qt Run Configuration");
|
||||
return defaultName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user