summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-01 22:19:08 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-01 22:19:08 -0800
commitc39fbea0eef85982f00cc0f0c3b77e6aaddd260b (patch)
tree773e99e949ccb8ecf6be5819f174c2e8ccd28576 /desktop-widgets/mainwindow.h
parent7312cfc2d0471b5ed8993cb7a94a8da86627a6a3 (diff)
downloadsubsurface-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.h1
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