Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unused variable compiler warning in slider example
The example overrides QWidget::resizeEvent() without using the QResizeEvent * argument. This results in a compiler warning. This patch marks the argument unused. Pick-to: 6.5 Change-Id: I647d0eda7d895e70ed6f232960aec992f5e37b6c Reviewed-by: Shawn Rutledge <[email protected]>
- Loading branch information