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

removed a warning

parent 7d13b1f0
......@@ -948,6 +948,7 @@ bool UBBoardView::isAbsurdPoint(QPoint point)
}
return !isValidPoint;
#else
Q_UNUSED(point);
return false;
#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