Rerender the database settings view when the internal path is updated

This commit is contained in:
emeric
2018-04-23 13:20:10 +02:00
parent 7b5f443b44
commit c586be11e4
2 changed files with 33 additions and 14 deletions
+5 -2
View File
@@ -19,14 +19,17 @@
#pragma once
#include <Wt/WTemplateFormView.h>
#include <Wt/WContainerWidget.h>
namespace UserInterface {
class DatabaseSettingsView : public Wt::WTemplateFormView
class DatabaseSettingsView : public Wt::WContainerWidget
{
public:
DatabaseSettingsView();
private:
void refreshView();
};