-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.5.0, Qt Creator 2.5.1, Qt Creator 2.5.2, Qt Creator 2.6.0, Qt Creator 2.7.0
-
None
-
Debian 6.0 squeeze 32 bit big mem
-
8dc4cb17c1708a39b4f513f0faa9f374ff9af067 (qt-creator/qt-creator/master)
When you are in the designer and right click on a button and using "go to slot" function, if the target class is in namespace, the slot will be implement outside of it.
sample of produce code:
namespace Tata
{
Toto::Toto()
{
}
}
void Tata::Toto::on_buttontiti_clicked()
{
}
For Gerrit Dashboard: QTCREATORBUG-8220 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
332324,2 | Designer: Re-use CppTools functionality | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |