You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Katamar

Unregistered

1

Monday, December 13th 2004, 12:02pm

KDatePicker and signals

I have a problem qith "KDatePicker" KDE Widget.
If I connect his signal "DateChanged(QDate)" to a slot called "datechangedslot(QDate d)" I cannot compile the application.
I have a segmentation fault in the moc_*.cpp file, in the function "qt_invoke".
Can anyone tell me how to resolve the problem?

Thanks..

jacek

Trainee

Posts: 105

Location: Warsaw, Poland

Occupation: Student

  • Send private message

2

Monday, December 13th 2004, 6:29pm

RE: KDatePicker and signals

Quoted

Originally posted by Katamar
If I connect his signal "DateChanged(QDate)" to a slot called "datechangedslot(QDate d)"

Could you post that line in which you make connection?

Quoted

I cannot compile the application.
I have a segmentation fault in the moc_*.cpp file, in the function "qt_invoke".


If you can't compile your application, what causes that segmentation fault then?
Could you show relevant compiler output?