| 88 | } |
| 89 | |
| 90 | VarTableModel::VarTableModel(QObject *parent) : QAbstractTableModel(parent) { |
| 91 | varPreviewCEFont = QFont(QStringLiteral("TICELarge"), 11); |
| 92 | varPreviewItalicFont.setItalic(true); |
| 93 | } |
| 94 | |
| 95 | void VarTableModel::clear() { |
| 96 | beginResetModel(); |
nothing calls this directly
no outgoing calls
no test coverage detected