mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-05 13:06:33 +03:00
Added Git data models.
Small base Model clean up.
This commit is contained in:
@@ -437,8 +437,6 @@ class StatusMessageModel : public Model {
|
||||
return {};
|
||||
}
|
||||
|
||||
virtual void update() { onModelUpdate(); }
|
||||
|
||||
virtual std::string columnName( const size_t& idx ) const {
|
||||
switch ( idx ) {
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user