one hardcoded default colour less

This commit is contained in:
Hannu Haahti
2014-02-25 03:56:11 +02:00
parent 5b5feca4eb
commit fcfcee1895
3 changed files with 20 additions and 2 deletions

View File

@@ -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;