Avoid QtTest module include
This slows down things signiicantly due to pulling in pretty much all of Qt....
This commit is contained in:
parent
8ef703ddfa
commit
d0dff8aff4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "smsapp/smshelper.h"
|
||||
#include "networkpacket.h"
|
||||
|
||||
#include <QtTest>
|
||||
#include <QTest>
|
||||
|
||||
/**
|
||||
* This class tests the working of device class
|
||||
|
|
Loading…
Reference in a new issue