Edited open() function to be more descriptive. Set to openFileActual

This commit is contained in:
2017-06-17 05:18:18 -05:00
parent e59dd980bd
commit 6141263f45
2 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ private:
void setAsset(QString);
void searchMeshFiles(QString path);
void openFile();
void open(QString);
void openFileActual(QString);
void takeScreenShot();
void setDirList();
void aboutTool();