Fixed issue #343. Error while building 20150828 develop branch in Qt
(dismine/valentina) --HG-- branch : develop
This commit is contained in:
parent
605fb6ad8f
commit
c849cd1a9f
|
@ -341,7 +341,7 @@ QString VApplication::TapeFilePath() const
|
||||||
QFileInfo tapeFile(QApplication::applicationDirPath() + "/" + tape + ".exe");
|
QFileInfo tapeFile(QApplication::applicationDirPath() + "/" + tape + ".exe");
|
||||||
if (tapeFile.exists())
|
if (tapeFile.exists())
|
||||||
{
|
{
|
||||||
return fileBundle.absoluteFilePath();
|
return tapeFile.absoluteFilePath();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user