OSDN Git Service

gwenview: include required QTimer header in testutils header
authorIvailo Monev <xakepa10@laimg.moc>
Tue, 4 Feb 2020 16:38:40 +0000 (16:38 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Tue, 4 Feb 2020 16:38:40 +0000 (16:38 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
gwenview/tests/auto/testutils.h

index a549560..21f7b5a 100644 (file)
@@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #include <math.h>
 
 // Qt
+#include <QTimer>
 #include <QDir>
 #include <QImage>
 #include <QSignalSpy>