summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-13 15:28:17 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-13 15:28:17 -0300
commit61373eaccf506d022e3c31715b31c2b9432b6f49 (patch)
treee469dd9a96108129c38151d5893176560688c10f /qt-ui/maintab.cpp
parent605f42daa41d74ebacca686b35f03240467f661a (diff)
downloadsubsurface-61373eaccf506d022e3c31715b31c2b9432b6f49.tar.gz
Fix segfault on mouseOver at the Profile with an invalid dive selected ( trip )
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r--qt-ui/maintab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index edacf45a4..a43ae563d 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -140,8 +140,8 @@ void MainTab::updateDiveInfo(int dive)
* if we don't use the gtk widget to drive this?
* Maybe call process_selected_dives? Or re-write to query our Qt list view.
*/
- qDebug("max temp %u",stats_selection.max_temp);
- qDebug("min temp %u",stats_selection.min_temp);
+// qDebug("max temp %u",stats_selection.max_temp);
+// qDebug("min temp %u",stats_selection.min_temp);
}
void MainTab::on_addCylinder_clicked()