qt6-bb10/examples/widgets/mainwindows/mainwindow
Friedemann Kleint 3e4b7223f1 Examples: Fix unused variable warnings by Clang
mainwindow.cpp(59,11):  warning: unused variable 'ROWS' [-Wunused-const-variable]
const int ROWS = 2;
mainwindow.cpp(60,11):  warning: unused variable 'COLUMNS' [-Wunused-const-variable]
const int COLUMNS = 3;
mainwindow.cpp(76,19):  warning: unused variable 'message' [-Wunused-const-variable]

Task-number: QTBUG-60635
Change-Id: I97c31462ffa826da9baa32c33c0ff0140bf46dfc
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2018-05-02 13:05:55 +00:00
..
colorswatch.cpp Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
colorswatch.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
main.cpp Make the Main Window example use high-DPI toolbar icons 2017-12-19 17:57:08 +00:00
mainwindow.cpp Examples: Fix unused variable warnings by Clang 2018-05-02 13:05:55 +00:00
mainwindow.h Examples: Fix unused variable warnings by Clang 2018-05-02 13:05:55 +00:00
mainwindow.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
mainwindow.qrc Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
qt.png Doc: Replaced Trolltech logo with Qt logo 2016-02-03 12:37:37 +00:00
titlebarCenter.png Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
titlebarLeft.png Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
titlebarRight.png Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
toolbar.cpp Make the Main Window example use high-DPI toolbar icons 2017-12-19 17:57:08 +00:00
toolbar.h Updated license headers 2016-01-21 18:55:32 +00:00