fix some warnings

This commit is contained in:
2020-09-08 15:13:05 +03:00
parent 3d5a86e215
commit d96c99f79d
11 changed files with 39 additions and 22 deletions

View File

@@ -20,7 +20,7 @@
#ifndef BLOCKITEM_H
#define BLOCKITEM_H
#include <QTime>
#include <QElapsedTimer>
#include "blockitempin.h"
#include "qad_blockview_export.h"
@@ -113,7 +113,7 @@ private:
void setSelectionRect(const QRectF & r);
QPropertyAnimation anim_thick, anim_sel;
QTime t_sel;
QElapsedTimer t_sel;
signals:
void blockHoverEnter(BlockItem * b);