aboutsummaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
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;