Qmake: Misc qt4 to qmake renamings

Change-Id: I47875935101b7560ad64c8a8c27d821c9810b388
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Tobias Hunger
2013-10-29 18:24:57 +01:00
committed by hjk
parent 53e5636461
commit 52a561c915
6 changed files with 7 additions and 7 deletions

View File

@@ -921,7 +921,7 @@ static FolderNode *folderOf(FolderNode *in, FileType fileType, const QString &fi
return 0;
}
// Find the Qt4ProFileNode that contains a file of a certain type.
// Find the QmakeProFileNode that contains a file of a certain type.
// First recurse down to folder, then find the pro-file.
static QmakeProFileNode *proFileNodeOf(QmakeProFileNode *in, FileType fileType, const QString &fileName)
{
@@ -1392,7 +1392,7 @@ bool QmakeProject::supportsNoTargetPanel() const
return true;
}
// All the Qt4 run configurations should share code.
// All the Qmake run configurations should share code.
// This is a rather suboptimal way to do that for disabledReason()
// but more pratical then duplicated the code everywhere
QString QmakeProject::disabledReasonForRunConfiguration(const QString &proFilePath)