Cppcheck warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-10-30 16:25:14 +02:00
parent 3e8f8a8069
commit d8114a18f1
2 changed files with 2 additions and 2 deletions

View file

@ -396,7 +396,7 @@ void VAbstractApplication::ClearTranslation()
}
//---------------------------------------------------------------------------------------------------------------------
bool VAbstractApplication::SymlinkCopyDirRecursive(const QString &fromDir, const QString toDir, bool replaceOnConflit)
bool VAbstractApplication::SymlinkCopyDirRecursive(const QString &fromDir, const QString &toDir, bool replaceOnConflit)
{
QDir dir;
dir.setPath(fromDir);

View file

@ -150,7 +150,7 @@ private:
void ClearTranslation();
static bool SymlinkCopyDirRecursive(const QString &fromDir, const QString toDir, bool replaceOnConflit);
static bool SymlinkCopyDirRecursive(const QString &fromDir, const QString &toDir, bool replaceOnConflit);
};