From ce38d5155853e9c091b4104c17e3b674a58cc0d7 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sat, 21 Nov 2015 14:35:42 +0100 Subject: improved gui made items resizable and added a refresh button for the list of hackerspaces --- mainwindow.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index 9656734..0ff1884 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -31,7 +31,6 @@ class MainWindow : public QMainWindow public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); - void updateSpaceList(QString defaultSpace); private: Ui::MainWindow *ui; @@ -47,8 +46,8 @@ private slots: void slotActivated(QSystemTrayIcon::ActivationReason); void on_comboBox_currentIndexChanged(const QString &arg1); void updateStatus(); + void updateSpaceList(); void exitApplication(); - }; #endif // MAINWINDOW_H -- cgit v1.2.3