mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Silence warnings in divetooltipitem.cpp
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
309f0f722a
commit
0f386420e0
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ void ToolTipItem::refresh(const QPointF &pos)
|
|||
struct plot_data *entry;
|
||||
static QPixmap tissues(16,60);
|
||||
static QPainter painter(&tissues);
|
||||
static struct membuffer mb = { 0 };
|
||||
static struct membuffer mb = {};
|
||||
|
||||
if(refreshTime.elapsed() < 40)
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue