Yet another tab correction

The wrong settings concerning tabs in QtCreator lead to bad display of
the code in other editors.
This commit is contained in:
Michael Gregorius
2015-05-04 19:37:54 +02:00
parent 3e72793465
commit cbf4e59691
2 changed files with 8 additions and 8 deletions

View File

@@ -425,10 +425,10 @@ void AutomationPatternView::dropEvent( QDropEvent * _de )
if ( !added )
{
TextFloat::displayMessage( mod->displayName(),
tr( "Model is already connected "
"to this pattern." ),
embed::getIconPixmap( "automation" ),
2000 );
tr( "Model is already connected "
"to this pattern." ),
embed::getIconPixmap( "automation" ),
2000 );
}
}
update();

View File

@@ -2303,10 +2303,10 @@ void AutomationEditorWindow::dropEvent( QDropEvent *_de )
if ( !added )
{
TextFloat::displayMessage( mod->displayName(),
tr( "Model is already connected "
"to this pattern." ),
embed::getIconPixmap( "automation" ),
2000 );
tr( "Model is already connected "
"to this pattern." ),
embed::getIconPixmap( "automation" ),
2000 );
}
setCurrentPattern( m_editor->m_pattern );
}