mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:43:24 +00:00
Silence warning
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9a2e3ce7e8
commit
176b92776b
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "divetextitem.h"
|
||||
#include "profilewidget2.h"
|
||||
#include "core/color.h"
|
||||
#include "core/dive.h"
|
||||
|
||||
#include <QBrush>
|
||||
#include <QDebug>
|
||||
|
@ -62,6 +63,7 @@ void DiveTextItem::setText(const QString &t)
|
|||
fontPrintScaleUpdate(profile->getFontPrintScale());
|
||||
connected = true;
|
||||
} else {
|
||||
if (verbose)
|
||||
qDebug() << "called before scene was set up" << t;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue