one hardcoded default colour less
This commit is contained in:
@@ -53,10 +53,13 @@ public:
|
||||
{
|
||||
return( m_color );
|
||||
}
|
||||
inline static unsigned int defaultColor()
|
||||
{
|
||||
return qRgb( 128, 182, 175 );
|
||||
}
|
||||
|
||||
virtual trackContentObjectView * createView( trackView * _tv );
|
||||
|
||||
|
||||
private:
|
||||
unsigned int m_color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user