From 2788f6d76bb9485bc800356424df210f0d6a86c7 Mon Sep 17 00:00:00 2001 From: UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> Date: Sun, 30 Oct 2022 12:05:26 +0100 Subject: changed dbConnector to settings window --- client/dbconnector.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/dbconnector.h') diff --git a/client/dbconnector.h b/client/dbconnector.h index db8ac4e..4737d6f 100644 --- a/client/dbconnector.h +++ b/client/dbconnector.h @@ -6,6 +6,8 @@ //#include //#include +#define WS_ESP8266_WLAN_IP "129.168.0.1" + namespace Ui { class dbConnector; @@ -27,4 +29,8 @@ private slots: private: Ui::dbConnector *ui; + + QString _dbHost = "localhost"; + QString _dbName = "WSdb"; + QString _espHost = WS_ESP8266_WLAN_IP; }; -- cgit v1.2.3