diff options
Diffstat (limited to 'tests/indextest.cpp')
-rw-r--r-- | tests/indextest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indextest.cpp b/tests/indextest.cpp index e3eabcc..edaf907 100644 --- a/tests/indextest.cpp +++ b/tests/indextest.cpp | |||
@@ -7,6 +7,9 @@ | |||
7 | #include "storage.h" | 7 | #include "storage.h" |
8 | #include "index.h" | 8 | #include "index.h" |
9 | 9 | ||
10 | /** | ||
11 | * Test of the index implementation | ||
12 | */ | ||
10 | class IndexTest : public QObject | 13 | class IndexTest : public QObject |
11 | { | 14 | { |
12 | Q_OBJECT | 15 | Q_OBJECT |