mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
oops, adjust QKeyEvent contructor
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
1f1ff0f31e
commit
66fb75adeb
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ QWheelEvent::QWheelEvent(const QPoint &pos, const QPoint& globalPos, int delta,
|
|||
in the event.
|
||||
*/
|
||||
QKeyEvent::QKeyEvent(Type type, int key, Qt::KeyboardModifiers modifiers, const QString& text,
|
||||
bool autorep, ushort count)
|
||||
bool autorep, int count)
|
||||
: QInputEvent(type, modifiers), txt(text), k(key), c(count), autor(autorep)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue