Added get interesting people method.
[situare] / src / situareservice / database.h
index a1c9137..e4b1483 100644 (file)
@@ -17,6 +17,7 @@ public:
 
     bool addTag(int userId, const QString &tag);
     QStringList getTags(int userId);
+    QStringList getInterestingPeople(int userId);
     bool openDatabase();
     bool createTagTable();
     bool createUserTagTable();