diff ui/tests/commontest.h @ 198:56ae02b4a0fc

Merged
author Sascha Wilde <wilde@intevation.de>
date Wed, 26 Mar 2014 12:38:10 +0100
parents 6c3a089d3265
children 6435e28ae753
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ui/tests/commontest.h	Wed Mar 26 12:38:10 2014 +0100
@@ -0,0 +1,13 @@
+#ifndef COMMONTEST_H
+#define COMMONTEST_H
+
+#include <QObject>
+
+class CommonTest: public QObject
+{
+  Q_OBJECT
+
+private Q_SLOTS:
+  void testStrBase64Decode();
+};
+#endif

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