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
@ -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…
x
Reference in New Issue
Block a user