[tests] Fix build - missing include to QDebug
Sorry, worked on my system.
This commit is contained in:
parent
e763abe91f
commit
f9725a6849
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
*/
|
*/
|
||||||
#include "../xcbutils.h"
|
#include "../xcbutils.h"
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
#include <QDebug>
|
||||||
#include <QCommandLineParser>
|
#include <QCommandLineParser>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QFormLayout>
|
#include <QFormLayout>
|
||||||
|
|
Loading…
Reference in a new issue