removed a warning

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 7d13b1f0d2
commit 19bf2a52ff
  1. 1
      src/board/UBBoardView.cpp

@ -948,6 +948,7 @@ bool UBBoardView::isAbsurdPoint(QPoint point)
} }
return !isValidPoint; return !isValidPoint;
#else #else
Q_UNUSED(point);
return false; return false;
#endif #endif
} }

Loading…
Cancel
Save