Commit 27de8012 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fix Qt include statements


Change
 #include <QtCore/QDebug>
to
 #include <QtCore/qdebug.h>
according to the coding style.

Change-Id: Ie8cf4d28fc0ec7f95fe86806e5402173a0c63cb7
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: default avatarAndre de la Rocha <andre.rocha@qt.io>
Showing with 22 additions and 22 deletions
Supports Markdown
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