Alphabetising
[situare] / src / ui / listitem.h
index 7c6e320..29600b0 100644 (file)
@@ -48,13 +48,7 @@ public:
 /******************************************************************************
 * MEMBER FUNCTIONS AND SLOTS
 ******************************************************************************/
-    /**
-    * @brief Returns item's title.
-    *
-    * @return item's title
-    */
-    QString title() const;
-
+public:
     /**
     * @brief Sets item's image.
     *
@@ -94,6 +88,13 @@ public:
     QString shortenText(const QString &text, int textWidth, TextSize textSize);
 
     /**
+    * @brief Returns item's title.
+    *
+    * @return item's title
+    */
+    QString title() const;
+
+    /**
     * @brief Toggles selection.
     *
     * @return true if selection was toggled, false otherwise