| 174 | } |
| 175 | |
| 176 | void BetterMultiSelection::notify(const Scintilla::NotificationData *pscn) |
| 177 | { |
| 178 | Q_UNUSED(pscn); |
| 179 | } |
| 180 | |
| 181 | QVector<Selection> BetterMultiSelection::GetSelections() { |
| 182 | QVector<Selection> selections; |
nothing calls this directly
no outgoing calls
no test coverage detected