Fixed accidental overload of function.
This commit is contained in:
parent
031c620f52
commit
cdda1922fa
|
@ -33,12 +33,11 @@ private:
|
||||||
private:
|
private:
|
||||||
void setupWidgets();
|
void setupWidgets();
|
||||||
void getAssetLibrary();
|
void getAssetLibrary();
|
||||||
void setAsset(QString path);
|
void setAsset(QString);
|
||||||
void searchMeshFiles(QString path);
|
void searchMeshFiles(QString path);
|
||||||
void openFile();
|
void openFile();
|
||||||
void takeScreenShot();
|
void takeScreenShot();
|
||||||
void aboutTool();
|
void aboutTool();
|
||||||
void setAsset(QString);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void resizeEvent(QResizeEvent * e) Q_DECL_OVERRIDE;
|
virtual void resizeEvent(QResizeEvent * e) Q_DECL_OVERRIDE;
|
||||||
|
|
Loading…
Reference in New Issue