From 533b4f1afd0c05e01a7ad3cf24ac4fde0e61e3c0 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 18 Jun 2012 13:57:39 +0200 Subject: remove support for versioning qmake properties the rationale is mostly the same as in 568e714fdf, plus the additional point that the qmake version didn't change for a decade. fallback paths for version 2.01a properties are provided. Change-Id: I3d3f16595eca9eca71c78fda9dbaf53da9f874a9 Reviewed-by: Mark Brand --- qmake/property.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'qmake/property.h') 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 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 &); -- cgit v1.2.3