mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use report_info() instead of qDebug in mobile code
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2c2ad1e5c9
commit
ab7218d543
2 changed files with 30 additions and 31 deletions
|
@ -124,7 +124,7 @@ void QMLProfile::divesChanged(const QVector<dive *> &dives, DiveField)
|
|||
{
|
||||
for (struct dive *d: dives) {
|
||||
if (d->id == m_diveId) {
|
||||
qDebug() << "dive #" << d->number << "changed, trigger profile update";
|
||||
report_info("dive #%d changed, trigger profile update", d->number);
|
||||
triggerUpdate();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue