From kdevelop-bugs Wed Jan 31 16:11:24 2007 From: Andreas Pakulat Date: Wed, 31 Jan 2007 16:11:24 +0000 To: kdevelop-bugs Subject: [Bug 140949] code completion - argument hints - incorrectly reports Message-Id: <20070131161124.18438.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306963812131 ------- 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=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.