[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-devel
Subject:    [Bug 58502] code completion doesn't work with namespace
From:       Adam Treat <manyoso () yahoo ! com>
Date:       2005-03-08 22:50:10
Message-ID: 20050308225010.10032.qmail () ktown ! kde ! org
[Download RAW message or body]

------- 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.

_______________________________________________
KDevelop-devel mailing list
KDevelop-devel@barney.cs.uni-potsdam.de
http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic