summaryrefslogtreecommitdiff
path: root/lexiconparameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexiconparameters.h')
-rw-r--r--lexiconparameters.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lexiconparameters.h b/lexiconparameters.h
index b5bc564..3890d8d 100644
--- a/lexiconparameters.h
+++ b/lexiconparameters.h
@@ -19,8 +19,6 @@
#ifndef QUACKLE_LEXICONPARAMETERS_H
#define QUACKLE_LEXICONPARAMETERS_H
-#include <QString>
-#include "alphabetparameters.h"
#include "gaddag.h"
namespace Quackle
@@ -77,7 +75,7 @@ public:
}
const GaddagNode *gaddagRoot() const { return (GaddagNode *) &m_gaddag[0]; };
- QString hashString() const;
+ UVString hashString(bool shortened) const;
protected:
unsigned char *m_dawg;
@@ -86,6 +84,8 @@ protected:
LexiconInterpreter *m_interpreter;
char m_hash[16];
int m_wordcount;
+
+ LexiconInterpreter* createInterpreter(char version) const;
};
}