remove redundant check from musredit/fileSaveAs

This commit is contained in:
suter_a 2020-09-10 15:23:27 +02:00
parent 18424fe149
commit 6ef53c6b6a

View File

@ -1376,7 +1376,6 @@ void PTextEdit::fileSaveAs()
fFilenames.remove( currentEditor() );
fFilenames.insert( currentEditor(), fn );
fileSave();
fTabWidget->setTabText(fTabWidget->indexOf( currentEditor() ), QFileInfo(fn).fileName());
}
fileSystemWatcherActivation(); // delayed activation of fFileSystemWatcherActive