aboutsummaryrefslogtreecommitdiff
path: root/client/mainwindow.cpp
diff options
context:
space:
mode:
authorNielsCoding <n.stunnebrink@student.avans.nl>2022-10-29 21:38:47 +0200
committerNielsCoding <n.stunnebrink@student.avans.nl>2022-10-29 21:38:47 +0200
commitb5322d74d1839c4af490f5c7297e439a8433ba9b (patch)
tree4b7431f7daa0db37ee797d7312dc041700c39f0e /client/mainwindow.cpp
parent06376c3cfefdb01f8f4884c1b853edc16c89d1c8 (diff)
merging TCPcode with main QT code
Diffstat (limited to 'client/mainwindow.cpp')
-rw-r--r--client/mainwindow.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp
index e1736e6..49fcc26 100644
--- a/client/mainwindow.cpp
+++ b/client/mainwindow.cpp
@@ -11,6 +11,7 @@ MainWindow::MainWindow(QWidget *parent)
, ui(new Ui::MainWindow)
{
ui->setupUi(this);
+ client.ClientEcho();
}
MainWindow::~MainWindow()
@@ -19,6 +20,11 @@ MainWindow::~MainWindow()
delete ui;
}
+void MainWindow::timeFunction()
+{
+ client.timeFunction();
+}
+
void MainWindow::on_actionConnection_triggered()
{
_dbConenctor = new dbConnector(this);