@@ -201,7 +201,7 @@ public:
|
||||
|
||||
QString fullName() const
|
||||
{
|
||||
return QFileInfo(m_path, text(0)).absoluteFilePath();
|
||||
return QDir::cleanPath(m_path) + "/" + text(0);
|
||||
}
|
||||
|
||||
inline FileTypes type( void ) const
|
||||
|
||||
@@ -253,7 +253,7 @@ public:
|
||||
}
|
||||
|
||||
static QString tryToMakeRelative( const QString & _file );
|
||||
static QString tryToMakeAbsolute( const QString & _file );
|
||||
static QString tryToMakeAbsolute(const QString & file);
|
||||
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user