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

@@ -30,6 +30,7 @@ private:
QTableWidget* ppTable;
QTableWidget* contextTable;
ServerConnection* sc;
void askFlushServerCache();
};
#endif // SERVERCONFIG_H