[Bug 58502] code completion doesn't work with namespace

Adam Treat manyoso at yahoo.com
Tue Mar 8 23:51:08 UTC 2005


------- 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=58502         
manyoso yahoo com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From manyoso yahoo com  2005-03-08 23:50 -------
The following completes as of 2005-03-08;

namespace Baz
{
	class TestClass : public QWidget
	{
		Q_OBJECT
	public:
		TestClass( QWidget *parent = 0, const char *name = 0 );
	
		~TestClass();
	
	private:
		TestClass *m_class;
	};
}

using namespace Baz;

void TestClass::someMethod()
{
	m_class-> //compete box appears with inherited methods from QWidget
}

I'm marking as can not confirm, but feel free to present an _actual_ test case that doesn't work if you can find one.




More information about the KDevelop-devel mailing list