fix various compiler warnings

This commit is contained in:
wmayer
2016-08-09 13:16:26 +02:00
parent d4e1fab28f
commit 0d011e2190
10 changed files with 11 additions and 8 deletions

View File

@@ -82,6 +82,7 @@ void QGIPrimPath::hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
{
QGIView *view = dynamic_cast<QGIView *> (parentItem()); //this is temp for debug??
assert(view != 0);
Q_UNUSED(view);
if(!isSelected() && !isHighlighted) {
setPrettyNormal();
}