add flush cache on server button

This commit is contained in:
Yannik Schmidt
2021-02-28 17:59:01 +01:00
parent c381a62e73
commit ab04997cff
3 changed files with 24 additions and 0 deletions

View File

@@ -30,10 +30,12 @@ private slots:
void appyConfigChanges();
void openAboutWindow();
void openSpeechConfigWindow();
void flushServerCacheRequest();
private:
Ui::MainWindow *ui;
QTableWidget *tw;
QPushButton *button;
QPushButton *flushCacheButton;
QAction *standardsMenu;
QSettings *mySettings;
ServerConnection *serverConnection;