summaryrefslogtreecommitdiffstats
path: root/qmake/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/property.h')
-rw-r--r--qmake/property.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/qmake/property.h b/qmake/property.h
index 6195e482fb..13767ff405 100644
--- a/qmake/property.h
+++ b/qmake/property.h
@@ -54,8 +54,6 @@ class QMakeProperty
{
QSettings *settings;
void initSettings();
- QString keyBase(bool =true) const;
- QString value(QString, bool just_check);
QHash<QString, QString> m_values;
@@ -64,7 +62,7 @@ public:
~QMakeProperty();
bool hasValue(QString);
- QString value(QString v) { return value(v, false); }
+ QString value(const QString &);
void setValue(QString, const QString &);
void remove(const QString &);