aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.h
diff options
context:
space:
mode:
authorMax Christian Pohle2015-12-06 19:11:35 +0100
committerMax Christian Pohle2015-12-06 19:11:35 +0100
commit42e703bf9876432056a556fc0dbc1c3f5ac01976 (patch)
tree9c25d673cd9f4e2d2a759e61ccbb4b3348e3efbd /mainwindow.h
parent950bf7952bd31c64fb0e5536daec4c6881276d74 (diff)
downloadqspacestatus-42e703bf9876432056a556fc0dbc1c3f5ac01976.tar.bz2
qspacestatus-42e703bf9876432056a556fc0dbc1c3f5ac01976.zip
version 1.0 release candidate
successfully tested for about one week.
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 916f95b..c238fe5 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -62,7 +62,7 @@ private slots:
62 void exitApplication(); 62 void exitApplication();
63 //void stateChanged(QNetworkSession::State); 63 //void stateChanged(QNetworkSession::State);
64 //void onlineStateChanged(bool); 64 //void onlineStateChanged(bool);
65 void onNetworkConfigurationChanged(); 65 //void onNetworkConfigurationChanged();
66}; 66};
67 67
68#endif // MAINWINDOW_H 68#endif // MAINWINDOW_H
..