diff options
Diffstat (limited to 'tests/domainadaptortest.cpp')
-rw-r--r-- | tests/domainadaptortest.cpp | 3 |
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 | */ | ||
25 | class DomainAdaptorTest : public QObject | 28 | class DomainAdaptorTest : public QObject |
26 | { | 29 | { |
27 | Q_OBJECT | 30 | Q_OBJECT |