Added userinfo collapse functionality
[situare] / src / ui / userinfo.h
index 0e51cd7..bc23f2e 100644 (file)
@@ -154,7 +154,7 @@ private:
      *
      * @param expanded true if full-length text is set, false otherwise
      */
-    void setText(bool expanded);
+    void setExpanded(bool expanded);
 
     /**
      * @brief Set shortened texts from User data.
@@ -172,6 +172,11 @@ private:
 
 private slots:
     /**
+     * @brief Slot for collapse user info
+     */
+    void collapse();
+
+    /**
      * @brief Slot for find button click
      */
     void findButtonClicked();