From c0eeae6901572be2469ab61620c39cd2d3b2cb58 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 30 Oct 2022 19:53:55 +0100 Subject: fix compilation errors after merge --- client/dbconnector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/dbconnector.h') 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: -- cgit v1.2.3