diff --git a/QtMeshViewer/Header/MainWindow.h b/QtMeshViewer/Header/MainWindow.h index db9db56..2827ba2 100644 --- a/QtMeshViewer/Header/MainWindow.h +++ b/QtMeshViewer/Header/MainWindow.h @@ -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;