summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-23 16:57:01 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 14:35:29 +0200
commitcb4394773809100f06afed6e140411eb92851c49 (patch)
treecb34aa651d284fd3c49b91cfb74681e63453914b /qmake/project.h
parentf85292ab206adaa43a9c8e4bfb02249cc4b2ea4d (diff)
make magicValues() const
the weird debugging feature is not used anyway Change-Id: I07f481a94f2b2ab2a5b61270f0e00183cefd4cd1 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 34ca8ec194..e46c7440ee 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -117,7 +117,7 @@ class QMakeProject
void loadDefaults();
void setupProject();
QStringList &values(const QString &v, QHash<QString, QStringList> &place);
- QStringList &magicValues(const QString &v, QHash<QString, QStringList> &place);
+ QStringList magicValues(const QString &v, const QHash<QString, QStringList> &place) const;
QStringList qmakeFeaturePaths();
public: