aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.h
diff options
context:
space:
mode:
authorMax Christian Pohle2015-11-21 14:35:42 +0100
committerMax Christian Pohle2015-11-21 14:35:42 +0100
commitce38d5155853e9c091b4104c17e3b674a58cc0d7 (patch)
treed5c074c53aba6fd74759c8ec67cc4bc4a123e3be /mainwindow.h
parentbca14f8fdb25a5e230e083896f969aa431cf43f5 (diff)
downloadqspacestatus-ce38d5155853e9c091b4104c17e3b674a58cc0d7.tar.bz2
qspacestatus-ce38d5155853e9c091b4104c17e3b674a58cc0d7.zip
improved gui
made items resizable and added a refresh button for the list of hackerspaces
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 1 insertions, 2 deletions
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
31public: 31public:
32 explicit MainWindow(QWidget *parent = 0); 32 explicit MainWindow(QWidget *parent = 0);
33 ~MainWindow(); 33 ~MainWindow();
34 void updateSpaceList(QString defaultSpace);
35 34
36private: 35private:
37 Ui::MainWindow *ui; 36 Ui::MainWindow *ui;
@@ -47,8 +46,8 @@ private slots:
47 void slotActivated(QSystemTrayIcon::ActivationReason); 46 void slotActivated(QSystemTrayIcon::ActivationReason);
48 void on_comboBox_currentIndexChanged(const QString &arg1); 47 void on_comboBox_currentIndexChanged(const QString &arg1);
49 void updateStatus(); 48 void updateStatus();
49 void updateSpaceList();
50 void exitApplication(); 50 void exitApplication();
51
52}; 51};
53 52
54#endif // MAINWINDOW_H 53#endif // MAINWINDOW_H
..