replaced alternative token "not" with "!"

This commit is contained in:
justnope
2019-02-04 09:07:03 +01:00
committed by Johannes Lorenz
parent b68c5ee5b5
commit e6bcf13cd3

View File

@@ -678,7 +678,7 @@ void PatternView::constructContextMenu( QMenu * _cm )
if( gui->pianoRoll()->currentPattern() &&
gui->pianoRoll()->currentPattern() != m_pat &&
not m_pat->empty() )
!m_pat->empty() )
{
QAction * b = new QAction( embed::getIconPixmap( "ghost_note" ),
tr( "Set as ghost in piano-roll" ), _cm );