aboutsummaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2022-10-26 14:35:47 +0200
committerUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2022-10-26 14:35:47 +0200
commitd9d4d4b35c90b81ed91eb29a33f0ae22635d8a8b (patch)
tree0515ea8596562d00c5009fad9d440a2305b105fe /client/mainwindow.h
parent7b9db4b508c1dfbe79c7c702f1cd11ffbd05b9bd (diff)
working, no lines showing
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index cf3c6e4..25e22ec 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -27,15 +27,19 @@ public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
+ virtual void drawGraph();
+
private slots:
- void on_actionAbout_triggered();
+// void on_actionAbout_triggered();
- void on_pushButton_clicked();
+// void on_pushButton_clicked();
void on_actionConnection_triggered();
void on_actionRefresh_triggered();
+ void on_actionDisconnenct_triggered();
+
private:
Ui::MainWindow *ui;