Using QString now,
fileinfo works now
This commit is contained in:
@@ -20,7 +20,7 @@ enum ModelTyp {
|
||||
class MshFile : public FileInterface
|
||||
{
|
||||
public:
|
||||
explicit MshFile(const char* path, QObject *parent = Q_NULLPTR);
|
||||
explicit MshFile(QString path, QObject *parent = Q_NULLPTR);
|
||||
virtual ~MshFile();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user