MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / notify

Method notify

src/decorators/BetterMultiSelection.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void BetterMultiSelection::notify(const Scintilla::NotificationData *pscn)
177{
178 Q_UNUSED(pscn);
179}
180
181QVector<Selection> BetterMultiSelection::GetSelections() {
182 QVector<Selection> selections;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected