From kde-bugs-dist Tue Mar 06 16:16:51 2007 From: Rawk Date: Tue, 06 Mar 2007 16:16:51 +0000 To: kde-bugs-dist Subject: [Bug 140958] code formatting doesn't attach brackets as set in Message-Id: <20070306161651.32505.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=117319978108679 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=140958 ------- Additional Comments From dnt500 gmx de 2007-03-06 17:16 ------- Created an attachment (id=19896) --> (http://bugs.kde.org/attachment.cgi?id=19896&action=view) Some source where the problem occurs Ok, here some code where the problem occurs. Code formatting results in: Font::Font(const QString& fontString) { setFont(fontString); } Font::Font(const QDomElement& xfontElem) { setFont(xfontElem); }