diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-13 15:28:17 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-13 15:28:17 -0300 |
commit | 61373eaccf506d022e3c31715b31c2b9432b6f49 (patch) | |
tree | e469dd9a96108129c38151d5893176560688c10f /qt-ui/maintab.cpp | |
parent | 605f42daa41d74ebacca686b35f03240467f661a (diff) | |
download | subsurface-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.cpp | 4 |
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() |