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

@@ -51,7 +51,7 @@ enum { debug = 0 };
namespace QmakeProjectManager {
namespace Internal {
// Figure out the Qt4 project used by the file if any
// Figure out the qmake project used by the file if any
static QmakeProject *qmakeProjectFor(const QString &fileName)
{
if (ProjectExplorer::Project *baseProject = ProjectExplorer::SessionManager::projectForFile(fileName))