Mercurial > trustbridge
comparison ui/tests/certlistparsertest.h @ 141:f5fa39347366
Fixed QTest includes.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 16:03:05 +0100 |
parents | 5910bf9016cd |
children | 0861069fd6d0 |
comparison
equal
deleted
inserted
replaced
140:0e9a244e0ede | 141:f5fa39347366 |
---|---|
1 #ifndef CERTLISTPARSERTEST_H | 1 #ifndef CERTLISTPARSERTEST_H |
2 #define CERTLISTPARSERTEST_H | 2 #define CERTLISTPARSERTEST_H |
3 | 3 |
4 #include <QObject> | 4 #include <QObject> |
5 #include <QtTest/QtTest> | 5 #include <QtTest> |
6 | 6 |
7 class CertificateList; | 7 class CertificateList; |
8 | 8 |
9 class CertListTest: public QObject | 9 class CertListTest: public QObject |
10 { | 10 { |