mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Added Git data models.
Small base Model clean up.
This commit is contained in:
@@ -58,8 +58,6 @@ class LSPLocationModel : public Model {
|
||||
return {};
|
||||
}
|
||||
|
||||
void update() override { onModelUpdate(); }
|
||||
|
||||
protected:
|
||||
struct Location {
|
||||
LSPLocation loc;
|
||||
@@ -108,8 +106,6 @@ class LSPCodeActionModel : public Model {
|
||||
|
||||
bool hasCodeActions() const { return !mCodeActions.empty(); }
|
||||
|
||||
void update() override { onModelUpdate(); }
|
||||
|
||||
const LSPCodeAction& getCodeAction( size_t row ) const { return mCodeActions[row]; }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user