Fixed accidental overload of function.

This commit is contained in:
Maxim Stewart 2017-05-30 07:49:54 -05:00
parent 031c620f52
commit cdda1922fa
1 changed files with 1 additions and 2 deletions

View File

@ -33,12 +33,11 @@ private:
private:
void setupWidgets();
void getAssetLibrary();
void setAsset(QString path);
void setAsset(QString);
void searchMeshFiles(QString path);
void openFile();
void takeScreenShot();
void aboutTool();
void setAsset(QString);
protected:
virtual void resizeEvent(QResizeEvent * e) Q_DECL_OVERRIDE;