6 #ifndef SWIFT_GUI_MODELS_ACTIONHOTKEYLISTMODEL_H
7 #define SWIFT_GUI_MODELS_ACTIONHOTKEYLISTMODEL_H
9 #include <QAbstractTableModel>
55 bool insertRows(
int position,
int rows,
const QModelIndex &index)
override;
58 bool removeRows(
int position,
int rows,
const QModelIndex &index)
override;
virtual ~CActionHotkeyListModel()
Destructor.
Models to be used with views, mainly QTableView.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.