mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Hotkey dialog style
This commit is contained in:
@@ -46,7 +46,7 @@ namespace BlackGui
|
||||
CActionModel(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CActionModel();
|
||||
virtual ~CActionModel() override;
|
||||
|
||||
//! \copydoc QAbstractItemModel::data
|
||||
QVariant data(const QModelIndex &index, int role) const override;
|
||||
|
||||
Reference in New Issue
Block a user