summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/expectedtoken.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/expectedtoken.cpp')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/expectedtoken.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/expectedtoken.cpp b/SQLiteStudio3/coreSQLiteStudio/expectedtoken.cpp
index a02f8c9..d6c6f4b 100644
--- a/SQLiteStudio3/coreSQLiteStudio/expectedtoken.cpp
+++ b/SQLiteStudio3/coreSQLiteStudio/expectedtoken.cpp
@@ -64,7 +64,7 @@ int operator==(const ExpectedTokenPtr& ptr1, const ExpectedTokenPtr& ptr2)
int qHash(const ExpectedToken& token)
{
- return token.type ^ qHash(token.value + "/" + token.value + "/" + token.contextInfo + "/" + token.label + "/" + token.prefix);
+ return token.type ^ qHash(token.value + "/" + token.contextInfo + "/" + token.label + "/" + token.prefix);
}
int qHash(const ExpectedTokenPtr& ptr)