Fix random error when remove word from bookmark. Fix show all bookmark feature.
[mdictionary] / src / mdictionary / qml / WordListWidget.qml
index 07cf206..9670a14 100644 (file)
@@ -32,11 +32,10 @@ Rectangle {
 
     }
 
-    function setEnabled(Boolean) { wordList.enabled = Boolean }  // slot
+    function setEnabled(Boolean) { wordList.enabled = Boolean }
 
     signal wordSelected(string word);
 
-
     SystemPalette { id: myPalette; colorGroup: SystemPalette.Active }
 
     id: rectangle1