Added unit test for TagsDialog.
[situare] / src / ui / mainwindow.h
index 58edfae..bf43cb0 100644 (file)
@@ -457,6 +457,13 @@ private slots:
  ******************************************************************************/
 signals:
     /**
+    * @brief Signal for adding tags.
+    *
+    * @param tags tags to add
+    */
+    void addTags(const QStringList &tags);
+
+    /**
      * @brief Automatic centering setting changed by user
      *
      * @param enabled True if automatic centering is enabled, otherwise false
@@ -627,6 +634,13 @@ signals:
     void refreshUserData();
 
     /**
+    * @brief Signal for removing tags.
+    *
+    * @param tags tags to add
+    */
+    void removeTags(const QStringList &tags);
+
+    /**
     * @brief Requests contact dialog.
     *
     * @param facebookId contact's facebookId