From 27c05b0fdf676294518e4f97d992ce8f555f3b31 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Mon, 6 May 2019 10:46:34 -0500 Subject: Add ability to include logo in copyrights.txt. Add NASPA logo for its dictionaries. Add a separator between settings and copyright for clarity. Tighten up vertical spacing in the settings panel. --- lexiconparameters.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lexiconparameters.h') 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 &utf8Alphabet() const { return m_utf8Alphabet; }; protected: @@ -93,6 +94,9 @@ protected: vector m_utf8Alphabet; LexiconInterpreter* createInterpreter(char version) const; + +private: + string getLexiconCopyrightLine() const; }; } -- cgit v1.2.3