summaryrefslogtreecommitdiff
path: root/src/shared/proparser/qmakeevaluator.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-03-04 21:38:31 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-10-28 13:03:25 +0000
commit81a2ae415f2fbbbd299697762d5ee2cc2435e6e6 (patch)
tree46f0e567055a8ccad5026228879c0ad3f2ff11a6 /src/shared/proparser/qmakeevaluator.h
parent14dee76dec296ddc3e6297504ea82901849da0f8 (diff)
downloadqt-creator-81a2ae415f2fbbbd299697762d5ee2cc2435e6e6.tar.gz
move get{,Hash}Str from QMakeEvaluator to ProFile
this makes it possible to use these functions without an evaluator. Change-Id: I23e4ec141b427f4c3c8b647305532be179058c07 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> (cherry picked from qtbase/df436839756ca7488b9eabcd11be04844a4ca8a3)
Diffstat (limited to 'src/shared/proparser/qmakeevaluator.h')
-rw-r--r--src/shared/proparser/qmakeevaluator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/proparser/qmakeevaluator.h b/src/shared/proparser/qmakeevaluator.h
index 002204b8cf..928750fe7c 100644
--- a/src/shared/proparser/qmakeevaluator.h
+++ b/src/shared/proparser/qmakeevaluator.h
@@ -147,8 +147,6 @@ public:
{ return b ? ReturnTrue : ReturnFalse; }
static ALWAYS_INLINE uint getBlockLen(const ushort *&tokPtr);
- ProString getStr(const ushort *&tokPtr);
- ProKey getHashStr(const ushort *&tokPtr);
void evaluateExpression(const ushort *&tokPtr, ProStringList *ret, bool joined);
static ALWAYS_INLINE void skipStr(const ushort *&tokPtr);
static ALWAYS_INLINE void skipHashStr(const ushort *&tokPtr);