remove redundant check from musredit/fileSaveAs
This commit is contained in:
parent
2d877326ae
commit
e5404d1370
@ -1376,7 +1376,6 @@ void PTextEdit::fileSaveAs()
|
|||||||
fFilenames.remove( currentEditor() );
|
fFilenames.remove( currentEditor() );
|
||||||
fFilenames.insert( currentEditor(), fn );
|
fFilenames.insert( currentEditor(), fn );
|
||||||
fileSave();
|
fileSave();
|
||||||
fTabWidget->setTabText(fTabWidget->indexOf( currentEditor() ), QFileInfo(fn).fileName());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fileSystemWatcherActivation(); // delayed activation of fFileSystemWatcherActive
|
fileSystemWatcherActivation(); // delayed activation of fFileSystemWatcherActive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user