Commit 19bf2a52 authored by Claudio Valerio's avatar Claudio Valerio

removed a warning

parent 7d13b1f0
...@@ -948,6 +948,7 @@ bool UBBoardView::isAbsurdPoint(QPoint point) ...@@ -948,6 +948,7 @@ bool UBBoardView::isAbsurdPoint(QPoint point)
} }
return !isValidPoint; return !isValidPoint;
#else #else
Q_UNUSED(point);
return false; return false;
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment