| 23 | |
| 24 | |
| 25 | class HTMLAutoCompleteDecorator : public EditorDecorator |
| 26 | { |
| 27 | Q_OBJECT |
| 28 | |
| 29 | public: |
| 30 | explicit HTMLAutoCompleteDecorator(ScintillaNext *editor); |
| 31 | |
| 32 | public slots: |
| 33 | void notify(const Scintilla::NotificationData *pscn) override; |
| 34 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected