mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: make profile drawing less verbose
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
10842b3eb3
commit
7ffc619f4c
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ void QMLProfile::setDiveId(const QString &diveId)
|
||||||
return;
|
return;
|
||||||
if (!d)
|
if (!d)
|
||||||
return;
|
return;
|
||||||
qDebug() << "setDiveId called with valid dive" << d->number;
|
if (verbose)
|
||||||
|
qDebug() << "setDiveId(" << d->number << ")";
|
||||||
m_profileWidget->plotDive(d, true);
|
m_profileWidget->plotDive(d, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue