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:
Oliver Wolff <oliver.wolff@qt.io>
Showing
Please register or sign in to comment