Missing function implementations in Qt 3.3.3

Andreas Hausladen Andreas.Hausladen at gmx.de
Mon Sep 20 10:53:04 CEST 2004


>> QPrintDialog::QPrintDialog(QPrinter *, QWidget *, const char *)
>> QPrintDialog::staticMetaObject()
>> QPrintDialog::className() const
>> QPrintDialog::qt_cast(const char *)
>> QPrintDialog::qt_invoke(int, QUObject *)
>> QPrintDialog::qt_emit(int, QUObject *)
>> QPrintDialog::qt_property(int, int, QVariant *)
>> QPrintDialog::~QPrintDialog()
>> QPrintDialog::setPrinter(QPrinter *, bool)
>> QPrintDialog::printer() const
>> QPrintDialog::addButton(QPushButton *)
>> QPrintDialog::getPrinterSetup(QPrinter *, QWidget *)
>> QPrintDialog::setGlobalPrintDialog(QPrintDialog *)
>
> Looks like you've forgotten the generated moc_qprintdialog.cpp file.
> Peter

That was what I thought first, too. But he forgot to add the 
QPrintDialog.cpp and .h to the dialogs/qt_dialogs.pri file.


BTW: The qlasterror() function is there, so it is not missing. It is in a 
public header file so my C wrapper generator added it to his list, but it 
has no Q_EXPORT and so it is not exported (unfortunatelly doxygen removes 
the Q_EXPORT).

Regards,

Andreas 



More information about the kde-cygwin mailing list