mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: remove redundant return statement in KSaveFile::setFileName()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f8eea23e16
commit
8b03510799
1 changed files with 0 additions and 2 deletions
|
@ -173,8 +173,6 @@ void KSaveFile::setFileName(const QString &filename)
|
|||
|
||||
// follow symbolic link, if any
|
||||
d->realFileName = KStandardDirs::realFilePath( d->realFileName );
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
QFile::FileError KSaveFile::error() const
|
||||
|
|
Loading…
Add table
Reference in a new issue