[kde-doc-english] [Bug 64262] Incorrect source example in KComboBox class documentation page

Stephan Kulow coolo at kde.org
Sun Sep 14 15:41:11 CEST 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=64262     
coolo at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From coolo at kde.org  2003-09-14 15:41 -------
Subject: kdelibs/kdeui

CVS commit by coolo: 

doxygen should have warned :)
CCMAIL: 64262-close at bugs.kde.org


  M +2 -2      kcombobox.h   1.135


--- kdelibs/kdeui/kcombobox.h  #1.134:1.135
@@ -84,5 +84,5 @@ class KURL;
  * KCompletion *comp = combo->completionObject();
  * // Connect to the return pressed signal - optional
- * connect(combo,SIGNAL(returnPressed(const QString&)),comp,SLOT(addItem(const QString&));
+ * connect(combo,SIGNAL(returnPressed(const QString&)),comp,SLOT(addItem(const QString&)));
  *
  * // Provide the to be completed strings. Note that those are separate from the combo's
@@ -98,5 +98,5 @@ class KURL;
  * combo->setCompletionObject( comp );
  * // Connect to the return pressed signal - optional
- * connect(combo,SIGNAL(returnPressed(const QString&)),comp,SLOT(addItem(const QString&));
+ * connect(combo,SIGNAL(returnPressed(const QString&)),comp,SLOT(addItem(const QString&)));
  * \endcode
  *


More information about the kde-doc-english mailing list