| 68 | }; |
| 69 | |
| 70 | LanguageStylesModel::LanguageStylesModel(ScintillaNext *editor, QObject *parent) |
| 71 | : QAbstractTableModel(parent), editor(editor) |
| 72 | { |
| 73 | } |
| 74 | |
| 75 | QVariant LanguageStylesModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected