Mercurial > trustbridge
comparison ui/tests/cinstprocesstest.h @ 144:dc9970d7b9bf
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 16:10:26 +0100 |
parents | f5fa39347366 |
children | 0df62decff90 |
comparison
equal
deleted
inserted
replaced
143:b026e6d2a161 | 144:dc9970d7b9bf |
---|---|
5 * @brief Tests for the cinst process as well as the UI side | 5 * @brief Tests for the cinst process as well as the UI side |
6 */ | 6 */ |
7 | 7 |
8 #include <QObject> | 8 #include <QObject> |
9 #include <QProcess> | 9 #include <QProcess> |
10 #include <QTest> | |
10 #include "certificatelist.h" | 11 #include "certificatelist.h" |
11 | 12 |
12 class CinstProcessTest: public QObject | 13 class CinstProcessTest: public QObject |
13 { | 14 { |
14 Q_OBJECT | 15 Q_OBJECT |