aboutsummaryrefslogtreecommitdiff
path: root/client/dbconnector.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/dbconnector.h')
-rw-r--r--client/dbconnector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/dbconnector.h b/client/dbconnector.h
index 82b4f21..527acff 100644
--- a/client/dbconnector.h
+++ b/client/dbconnector.h
@@ -19,8 +19,8 @@ public:
explicit dbConnector(QWidget *parent = nullptr);
~dbConnector();
- static QString getdbName();
- static QString getEspHost();
+ QString getdbName();
+ QString getEspHost();
private slots: