qt5base-lts/examples/widgets/tutorials
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
..
addressbook qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
gettingStarted qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
modelview Examples: Fix unused variable warnings by Clang 2018-05-02 13:05:55 +00:00
notepad examples: Fix notepad example for configurations without printsupport 2018-01-22 08:27:26 +00:00
widgets qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
gettingstartedqt.qdoc Doc: move notepad example to qtbase and improve it 2017-12-18 13:39:28 +00:00
README Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
tutorials.pro Doc: move notepad example to qtbase and improve it 2017-12-18 13:39:28 +00:00

Qt is supplied with tutorials that have been written to provide developers
with an introduction to the Qt API.


Documentation for tutorials can be found in the Tutorials
link in the main documentation.