This commit is contained in:
Lukas W
2016-02-13 09:23:59 +13:00
parent 3c9cefc6c1
commit b7d5b2ddf5

View File

@@ -201,7 +201,7 @@ public:
QString fullName() const
{
return QDir::cleanPath(m_path) + "/" + text(0);
return QFileInfo(m_path, text(0)).absoluteFilePath();
}
inline FileTypes type( void ) const