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

@@ -43,7 +43,7 @@ public:
wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]);
// Implementation
QList < QShortcut* > *ConvertShortcutTable( QWidget *parent ) const;
wxVector<QShortcut*> ConvertShortcutTable( QWidget *parent ) const;
bool Ok() const { return IsOk(); }
bool IsOk() const;