implement clear cache option after context change

This commit is contained in:
Yannik Schmidt
2020-09-07 16:00:58 +02:00
parent 3f6862e26b
commit e21b1ac3ca
5 changed files with 38 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ public:
void getSpeechContextPhrases();
void getUnifiedServerConfig();
QString buildURLFromLocation(const char *location);
void flushCache();
public slots:
void queryStatusAll();
private slots: