summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-07-10 21:15:20 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-10 19:59:54 -0700
commitb9d04c0cf49fba0906b2f431bf5d17763a24eb8a (patch)
tree15575f805c4df60039dc781a08ac485f14f1f1da /qt-ui/mainwindow.cpp
parenta00d8101c559ab5f436be4824d6024a091d00ab9 (diff)
downloadsubsurface-b9d04c0cf49fba0906b2f431bf5d17763a24eb8a.tar.gz
Show/Hide pictures working.
This code hoocks the pictures with the preferences change. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 4173c5f07..2b762d9bf 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -1279,6 +1279,7 @@ TOOLBOX_PREF_PROFILE(profRuler, rulergraph, rulergraph);
TOOLBOX_PREF_PROFILE(profSAC, show_sac, show_sac);
TOOLBOX_PREF_PROFILE(profScaled, zoomed_plot, zoomed_plot);
TOOLBOX_PREF_PROFILE(profTogglePicture, show_pictures_in_profile, show_pictures_in_profile);
+
void MainWindow::turnOffNdlTts()
{
const bool triggered = false;