Removed temp code and modified tests
[situare] / src / situareservice / situareservice.h
index 26aafc3..2a149e8 100644 (file)
@@ -31,7 +31,6 @@
 #include "imagefetcher.h"
 #include "message.h"
 
-class Database;
 class NetworkAccessManager;
 class QNetworkReply;
 class QNetworkRequest;
@@ -135,7 +134,6 @@ public slots:
     /**
     * @brief Adds tags to the Situare server
     *
-    * CURRENTLY TAGS ARE UPDATED TO THE LOCAL DATABASE, NOT SITUARE SERVER
     * @param tags list of user's tags
     */
     void addTags(const QStringList &tags);
@@ -154,7 +152,6 @@ public slots:
     /**
     * @brief Retrieves popular tags.
     *
-    * Tags are fetch from local database instead of Situare server.
     */
     void fetchPopularTags();
 
@@ -400,7 +397,6 @@ private:
 
     QString m_session;                          ///< Session data
 
-    Database *m_database;                       ///< Instance of the database
     ImageFetcher *m_imageFetcher;               ///< Instance of the image fetcher    
     NetworkAccessManager *m_networkManager;     ///< Pointer to QNetworkAccessManager
     User *m_user;                               ///< Pointer to User