mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 08:51:35 +01:00
Save settings before running check
https://github.com/FAUSheppy/speech-server-client-qt/issues/1
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <QLineEdit>
|
||||
#include <QSettings>
|
||||
#include <QNetworkReply>
|
||||
#include <QLabel>
|
||||
|
||||
namespace Ui {
|
||||
class settings;
|
||||
@@ -30,6 +31,8 @@ private:
|
||||
QHash<QString, QLineEdit*> *configLineEditMap;
|
||||
QStringList *configOptionsKeys;
|
||||
QStringList *configOptions;
|
||||
void saveSetting();
|
||||
QLabel *currentConfigCheckDisplay;
|
||||
};
|
||||
|
||||
#endif // SETTINGS_H
|
||||
|
||||
Reference in New Issue
Block a user