Change a couple of data types and simplify code a bit

This commit is contained in:
Cătălin Răceanu
2019-02-27 17:42:01 +02:00
parent 113822d024
commit 1578240b6e
4 changed files with 19 additions and 25 deletions

View File

@@ -234,7 +234,7 @@ private:
bool m_mouseInside;
#if wxUSE_ACCEL
QScopedPointer< QList<QShortcut*> > m_qtShortcuts; // always allocated
wxVector<QShortcut*> m_qtShortcuts; // owned by whatever GetHandle() returns
QScopedPointer<wxQtShortcutHandler> m_qtShortcutHandler; // always allocated
bool m_processingShortcut;
#endif // wxUSE_ACCEL