aboutsummaryrefslogtreecommitdiff
path: root/client/dbconnector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/dbconnector.cpp')
-rw-r--r--client/dbconnector.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/dbconnector.cpp b/client/dbconnector.cpp
index 256ed53..bbffc58 100644
--- a/client/dbconnector.cpp
+++ b/client/dbconnector.cpp
@@ -51,3 +51,11 @@ void dbConnector::on_pushButton_login_clicked()
QMessageBox::warning(this, "No connection", "Failed to connect");
}
}
+
+QString dbConnector::getdbName(){
+ return _dbName;
+}
+
+QString dbConnector::getEspHost(){
+ return _espHost;
+}