[Kde-bindings] [Bug 109447] kdebindings 3.4.2 fails to compile in smoke
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Fri Jul 22 19:38:15 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=109447
------- Additional Comments From Richard_Dale tipitina demon co uk 2005-07-22 21:38 -------
SVN commit 437699 by rdale:
* Don't generate code for the newly added KEditToolbarWidget::moveActive()
method as it doesn't link.
* What is an anonymous namespace anyway? From kedittoolbar.h:
namespace
{
class ToolbarItem;
class ToolbarListView;
}
...
void moveActive(ToolbarItem * item, QListViewItem * before);
.libs/x_6.o(.text+0x8aec): In function `xcall_KEditToolbarWidget(short, void*, Smoke::StackItem*)':
: warning: undefined reference to `KEditToolbarWidget::moveActive((anonymous namespace)::ToolbarItem*, QListViewItem*)'
CCBUGS: 109447
M +1 -0 kalyptusCxxToSmoke.pm
--- trunk/KDE/kdebindings/kalyptus/kalyptusCxxToSmoke.pm #437698:437699
@ -443,6 +443,7 @
|| ($classNode->{astNodeName} eq 'KDCOPActionProxy' and $name eq 'actions')
|| ($classNode->{astNodeName} eq 'KEditToolbarWidget' and $name eq 'insertActive')
|| ($classNode->{astNodeName} eq 'KEditToolbarWidget' and $name eq 'removeActive')
+ || ($classNode->{astNodeName} eq 'KEditToolbarWidget' and $name eq 'moveActive')
|| ($classNode->{astNodeName} eq 'KFileDialog' and $name eq 'addDirEntry')
|| ($classNode->{astNodeName} eq 'KFileDialog' and $name eq 'getDirEntry')
|| ($classNode->{astNodeName} eq 'KFileItem' and $name eq 'extraData')
More information about the Kde-bindings
mailing list