summaryrefslogtreecommitdiff
path: root/src/tools/sdktool/findkeyoperation.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-02-18 15:32:54 +0100
committerTobias Hunger <tobias.hunger@digia.com>2014-02-20 14:37:11 +0100
commitc0a5a21a97083d84642f815d86b54c21e002f6f3 (patch)
tree7166f8c4652334760e684f55cc083c6ba6e30b0d /src/tools/sdktool/findkeyoperation.h
parentaaedccf1161ab564d9353cb32076babb2ba717aa (diff)
downloadqt-creator-c0a5a21a97083d84642f815d86b54c21e002f6f3.tar.gz
SDKtool: Handle lists of values in find and findKey operations
Change-Id: Ifb5e322f5ddc62f5f5cc3d464faf592b05195603 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/tools/sdktool/findkeyoperation.h')
-rw-r--r--src/tools/sdktool/findkeyoperation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/sdktool/findkeyoperation.h b/src/tools/sdktool/findkeyoperation.h
index 2c210e2b9d..902e8857b5 100644
--- a/src/tools/sdktool/findkeyoperation.h
+++ b/src/tools/sdktool/findkeyoperation.h
@@ -47,7 +47,8 @@ public:
bool test() const;
#endif
- static QStringList findKey(const QVariantMap &map, const QString &key);
+ static QStringList findKey(const QVariant &in, const QString &key,
+ const QString &prefix = QString());
private:
QString m_file;