diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 19:53:55 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 19:53:55 +0100 |
commit | c0eeae6901572be2469ab61620c39cd2d3b2cb58 (patch) | |
tree | 70a6703eafdec13500691ce6121fb941496aba0a /client/dbconnector.h | |
parent | 64453a2c5d073b3cfb88cf43493d396881d7e058 (diff) |
fix compilation errors after merge
Diffstat (limited to 'client/dbconnector.h')
-rw-r--r-- | client/dbconnector.h | 4 |
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: |