diff options
author | 2021-04-09 10:24:42 +0530 | |
---|---|---|
committer | 2021-04-09 10:24:42 +0530 | |
commit | a8dc0f54ab92b0450984ca8929f783fe456ea23b (patch) | |
tree | cc243c011120936932037a331b14d6cdce1aa3d1 /src | |
parent | 18b858986c1b1727cc6c84a37a5e4bf3c94c1060 (diff) | |
download | whatsie-a8dc0f54ab92b0450984ca8929f783fe456ea23b.tar.gz whatsie-a8dc0f54ab92b0450984ca8929f783fe456ea23b.zip |
make static
Diffstat (limited to 'src')
-rw-r--r-- | src/dictionaries.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dictionaries.h b/src/dictionaries.h index 2ed7612..7dfb334 100644 --- a/src/dictionaries.h +++ b/src/dictionaries.h @@ -14,8 +14,8 @@ public: Dictionaries(QObject* parent=0); virtual ~Dictionaries(); public slots: - QString GetDictionaryPath(); - QStringList GetDictionaries(); + static QString GetDictionaryPath(); + static QStringList GetDictionaries(); }; #endif // DICTIONARIES_H |