diff options
Diffstat (limited to 'client/dbconnector.h')
-rw-r--r-- | client/dbconnector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/dbconnector.h b/client/dbconnector.h index 73f4084..82b4f21 100644 --- a/client/dbconnector.h +++ b/client/dbconnector.h @@ -19,6 +19,9 @@ public: explicit dbConnector(QWidget *parent = nullptr); ~dbConnector(); + static QString getdbName(); + static QString getEspHost(); + private slots: void on_pushButton_cancel_clicked(); |