diff options
Diffstat (limited to 'lexiconparameters.h')
-rw-r--r-- | lexiconparameters.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lexiconparameters.h b/lexiconparameters.h index 7ba6fc2..3d1ac19 100644 --- a/lexiconparameters.h +++ b/lexiconparameters.h @@ -82,6 +82,7 @@ public: string hashString(bool shortened) const; string copyrightString() const; + string logoFileName() const; const vector<string> &utf8Alphabet() const { return m_utf8Alphabet; }; protected: @@ -93,6 +94,9 @@ protected: vector<string> m_utf8Alphabet; LexiconInterpreter* createInterpreter(char version) const; + +private: + string getLexiconCopyrightLine() const; }; } |