mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Added Git data models.
Small base Model clean up.
This commit is contained in:
@@ -63,8 +63,6 @@ class OutputParserModel final : public Model {
|
||||
return {};
|
||||
}
|
||||
|
||||
virtual void update() { onModelUpdate(); }
|
||||
|
||||
private:
|
||||
std::vector<ProjectBuildOutputParserConfig>& mData;
|
||||
std::function<String( const std::string&, const String& )> i18n;
|
||||
|
||||
Reference in New Issue
Block a user