diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-01-01 22:19:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-01 22:19:08 -0800 |
commit | c39fbea0eef85982f00cc0f0c3b77e6aaddd260b (patch) | |
tree | 773e99e949ccb8ecf6be5819f174c2e8ccd28576 /desktop-widgets/mainwindow.h | |
parent | 7312cfc2d0471b5ed8993cb7a94a8da86627a6a3 (diff) | |
download | subsurface-c39fbea0eef85982f00cc0f0c3b77e6aaddd260b.tar.gz |
Facebook integration: keep the connections QMenu around
This way we can change the text, later.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index e7f8f28c4..8e9358a4c 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -241,6 +241,7 @@ private: WindowTitleUpdate *wtu; GpsLocation *locationProvider; + QMenu *connections; }; #endif // MAINWINDOW_H |