Database updater now fully operational

This commit is contained in:
emeric
2014-08-19 23:44:20 +02:00
parent 5242be2014
commit 89147fd955
7 changed files with 180 additions and 80 deletions
+3 -2
View File
@@ -26,9 +26,10 @@ class DatabaseFormView : public Wt::WTemplateFormView
void processSave();
void processDiscard();
void processImmediateScan();
Wt::WText *applyInfo;
DatabaseFormModel *model;
Wt::WText *_applyInfo;
DatabaseFormModel *_model;
};