* [BUG] Qt 3.1 and xconfig
@ 2002-11-22 0:39 Nero
2002-11-22 12:01 ` Roman Zippel
0 siblings, 1 reply; 2+ messages in thread
From: Nero @ 2002-11-22 0:39 UTC (permalink / raw)
To: linux-kernel
For some reason this didn't get to the list last time I sent it, so here
it is again:
If you link against qt 3.1 (and this will be common soon, KDE 3.1
requires it), you can't change any of the options. There is a warning
when it is running:
QObject::connect: No such signal ConfigList::menuSelected(struct menu*)
QObject::connect: (sender name: 'unnamed')
QObject::connect: (receiver name: 'unnamed')
QObject::connect: No such signal ConfigList::menuSelected(struct menu*)
QObject::connect: (sender name: 'unnamed')
QObject::connect: (receiver name: 'unnamed')
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BUG] Qt 3.1 and xconfig
2002-11-22 0:39 [BUG] Qt 3.1 and xconfig Nero
@ 2002-11-22 12:01 ` Roman Zippel
0 siblings, 0 replies; 2+ messages in thread
From: Roman Zippel @ 2002-11-22 12:01 UTC (permalink / raw)
To: Nero; +Cc: linux-kernel
Hi,
On Fri, 22 Nov 2002, Nero wrote:
> If you link against qt 3.1 (and this will be common soon, KDE 3.1
> requires it), you can't change any of the options. There is a warning
> when it is running:
>
> QObject::connect: No such signal ConfigList::menuSelected(struct menu*)
> QObject::connect: (sender name: 'unnamed')
> QObject::connect: (receiver name: 'unnamed')
> QObject::connect: No such signal ConfigList::menuSelected(struct menu*)
> QObject::connect: (sender name: 'unnamed')
> QObject::connect: (receiver name: 'unnamed')
This is a bug in QT, moc filters the 'struct' keyword from signal
specification, but connect call doesn't do this. I can work around this,
but could you please report this also to trolltech?
bye, Roman
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-11-22 11:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-22 0:39 [BUG] Qt 3.1 and xconfig Nero
2002-11-22 12:01 ` Roman Zippel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.