summaryrefslogtreecommitdiffstats
path: root/tests/indextest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indextest.cpp')
-rw-r--r--tests/indextest.cpp3
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 */
10class IndexTest : public QObject 13class IndexTest : public QObject
11{ 14{
12 Q_OBJECT 15 Q_OBJECT