remove redundant check from musredit/fileSaveAs

This commit is contained in:
suter_a 2020-09-10 15:23:27 +02:00
parent 2d877326ae
commit e5404d1370

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