mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #198 , changed keyboardkey classes so they can be initialized either by read settings or default values
This commit is contained in:
@@ -27,7 +27,7 @@ namespace BlackGui
|
||||
//! \copydoc CListModelBase::data
|
||||
QVariant data(const QModelIndex &modelIndex, int role = Qt::DisplayRole) const override;
|
||||
|
||||
//! \copydoc BlackMisc::Hardware::CKeyboardKeyList::initAsHotkeyList
|
||||
//! \copydoc CKeyboardKeyList::initAsHotkeyList(bool reset)
|
||||
void initAsHotkeyList() { this->m_container.initAsHotkeyList(); }
|
||||
|
||||
//! \copydoc QAbstractTableModel::setData
|
||||
|
||||
Reference in New Issue
Block a user