From 50bd467723a7da0b75a014a916701ba7811be58e Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 26 Jun 2015 15:21:37 -0300 Subject: Dive site rewrite: mark location as changed when a dive site changes Not sure this is the best approach. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/maintab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/maintab.cpp') diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index bf68601f1..53c4d6d61 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -243,7 +243,7 @@ void MainTab::showDiveSiteSimpleEdit() SimpleDiveSiteEditDialog dlg(this); dlg.exec(); if (dlg.changed_dive_site) { - qDebug() << "Changed the dive site, paint something yellow."; + markChangedWidget(ui.location); } } -- cgit v1.2.3-70-g09d2