From kde-bugs-dist Wed Jan 31 16:11:28 2007 From: Andreas Pakulat Date: Wed, 31 Jan 2007 16:11:28 +0000 To: kde-bugs-dist Subject: [Bug 140949] code completion - argument hints - incorrectly reports Message-Id: <20070131161128.18464.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=117025989823867 ------- 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=140949 ------- Additional Comments From apaku gmx de 2007-01-31 17:11 ------- Works for me under a qmake project. It doesn't work for ui-derived classes when used on any of the widgets defined in the form. The reason for this is that the generated files would need to be parsed and we can't do that in KDevelop because they don't belong (and shouldn't) to the project. A simple QFile f( works perfectly here.