From 0f32f596eaa06737c5362f47d1cafef7edf2fa5f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 11 Jul 2011 17:44:27 +0200 Subject: inline resoveDepends() that's common practice for the expand functions, and that one isn't even particularly big Change-Id: I66c22e11edb66bd00d211fc1282eb75f5dd4832d Reviewed-on: http://codereview.qt.nokia.com/1456 Reviewed-by: Marius Storm-Olsen --- qmake/project.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qmake/project.h') diff --git a/qmake/project.h b/qmake/project.h index 5581d1fc00..68110a8448 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -107,8 +107,6 @@ class QMakeProject QStringList doVariableReplaceExpand(const QString &str, QMap &place, bool *ok=0); void init(QMakeProperty *, const QMap *); QStringList &values(const QString &v, QMap &place); - QStringList resolveDepends(const QStringList &deps, const QString &prefix, bool resolve, - QMap &place); void validateModes(); public: -- cgit v1.2.3