comparison ui/tests/commontest.h @ 188:a3bde2aaabd9

merged.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 26 Mar 2014 09:12:10 +0100
parents 6c3a089d3265
children 6435e28ae753
comparison
equal deleted inserted replaced
187:0c06a608e15f 188:a3bde2aaabd9
1 #ifndef COMMONTEST_H
2 #define COMMONTEST_H
3
4 #include <QObject>
5
6 class CommonTest: public QObject
7 {
8 Q_OBJECT
9
10 private Q_SLOTS:
11 void testStrBase64Decode();
12 };
13 #endif

http://wald.intevation.org/projects/trustbridge/