mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Forgot to remove this debug, sorry.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
8a970c64c2
commit
e4ea41b7bc
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ void MainWindow::enableDcShortcuts()
|
|||
void MainWindow::on_actionDivePlanner_triggered()
|
||||
{
|
||||
if(DivePlannerPointsModel::instance()->currentMode() != DivePlannerPointsModel::NOTHING){
|
||||
qDebug() << DivePlannerPointsModel::instance()->currentMode();
|
||||
QMessageBox::warning(this, tr("Warning"), "First finish the current edition before trying to do another." );
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue