Note class: renamed method "bool selected()" to "bool isSelected()"
In class "Note" renamed method "bool selected()" to "bool isSelected()" in order to match coding style conventions.
This commit is contained in:
@@ -120,7 +120,7 @@ public:
|
||||
return (bool) ((int) ( *lhs ).pos() < (int) ( *rhs ).pos());
|
||||
}
|
||||
|
||||
inline bool selected( void ) const
|
||||
inline bool isSelected( void ) const
|
||||
{
|
||||
return m_selected;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user