From 7cc7b3f53ae8e0105909d81950752ec75f338d83 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 27 Apr 2010 14:09:11 +0200 Subject: document some functions' scope Reviewed-by: joerg --- qmake/project.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qmake/project.h b/qmake/project.h index bfebed0..976236c 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -150,11 +150,11 @@ public: bool isActiveConfig(const QString &x, bool regex=false, QMap *place=NULL); - bool isSet(const QString &v); - bool isEmpty(const QString &v); - QStringList &values(const QString &v); - QString first(const QString &v); - QMap &variables(); + bool isSet(const QString &v); // No compat mapping, no magic variables + bool isEmpty(const QString &v); // With compat mapping, but no magic variables + QStringList &values(const QString &v); // With compat mapping and magic variables + QString first(const QString &v); // ditto + QMap &variables(); // No compat mapping and magic, obviously bool isRecursive() const { return recursive; } -- cgit v0.12