Commit a1157863 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fix Qt include statements


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

Change-Id: I45fa5e55222e6913972d743908c47480b23cd92c
Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
parent 98853851
Showing with 51 additions and 52 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