mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Added Git data models.
Small base Model clean up.
This commit is contained in:
@@ -50,8 +50,6 @@ class LSPSymbolInfoModel : public Model {
|
||||
return {};
|
||||
}
|
||||
|
||||
void update() override { onModelUpdate(); }
|
||||
|
||||
const LSPSymbolInformationList& getInfo() const { return mInfo; }
|
||||
|
||||
LSPSymbolInformation at( const size_t& idx ) {
|
||||
|
||||
Reference in New Issue
Block a user