summaryrefslogtreecommitdiffstats
path: root/tests/domainadaptortest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/domainadaptortest.cpp')
-rw-r--r--tests/domainadaptortest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/domainadaptortest.cpp b/tests/domainadaptortest.cpp
index ccf9a3c..f2300cb 100644
--- a/tests/domainadaptortest.cpp
+++ b/tests/domainadaptortest.cpp
@@ -22,6 +22,9 @@ public:
22 } 22 }
23}; 23};
24 24
25/**
26 * Test of domain adaptor, that it can read and write buffers.
27 */
25class DomainAdaptorTest : public QObject 28class DomainAdaptorTest : public QObject
26{ 29{
27 Q_OBJECT 30 Q_OBJECT