Fixed accidental overload of function.
This commit is contained in:
parent
031c620f52
commit
cdda1922fa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue