Georg Baum wrote:
Abdelrazak Younes wrote:
There are default value.
Also in Jürgen's case?
I guess so as it was fixed by my last patch. Here is the one unique
prototype:
QKeyEvent ( Type type, int key, Qt::KeyboardModifiers modifiers, const
QString & text = QString(), bool autorep = false, ushort count = 1 )
Because of my removal of QT3_SUPPORT, this one is not supported anymore:
QKeyEvent::QKeyEvent ( Type type, int key, int ascii, int modifiers,
const QString & text = QString(), bool autorep = false, ushort count = 1 )
I am wondering, did you configure before running make Juergen?
Abdel.