diff options
author | Tobias Hunger <[email protected]> | 2014-02-20 11:37:56 +0100 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2014-02-20 14:37:30 +0100 |
commit | fd2c2df87ca2bb8cb20cfbcd546f158b4b5a5338 (patch) | |
tree | 15bf4b59ac6c24352d975862f6686928c3eb3ec8 /src/tools/sdktool/findvalueoperation.h | |
parent | 0b939667ebfa648a1cb414da16903a99696b6791 (diff) |
SDKtool: Rename findValues method to findValue
It only searches for one value.
Change-Id: If780de3a919c41a03c9c0a978688fd1ea0411eb9
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/tools/sdktool/findvalueoperation.h')
-rw-r--r-- | src/tools/sdktool/findvalueoperation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sdktool/findvalueoperation.h b/src/tools/sdktool/findvalueoperation.h index 4a3dd0461a1..cd9939fdad8 100644 --- a/src/tools/sdktool/findvalueoperation.h +++ b/src/tools/sdktool/findvalueoperation.h @@ -47,7 +47,7 @@ public: bool test() const; #endif - static QStringList findValues(const QVariant &in, const QVariant &value, + static QStringList findValue(const QVariant &in, const QVariant &value, const QString &prefix = QString()); private: |