mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
Source info() gives type, InfoVisitor gives instance info
Changed (back) to clean use of source->info() to return type dependent info string. The InfoVisitor gives unified detailed information about instance.
This commit is contained in:
@@ -266,7 +266,7 @@ glm::ivec2 MultiFileSource::icon () const
|
||||
|
||||
std::string MultiFileSource::info() const
|
||||
{
|
||||
return std::string("sequence '") + sequence_.location + "'";
|
||||
return "Images sequence";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user