diff options
Diffstat (limited to 'qmake/property.h')
-rw-r--r-- | qmake/property.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/property.h b/qmake/property.h index 43b7529..5e8379e 100644 --- a/qmake/property.h +++ b/qmake/property.h @@ -62,6 +62,7 @@ public: bool hasValue(QString); QString value(QString v) { return value(v, false); } void setValue(QString, const QString &); + void remove(const QString &); bool exec(); }; |