From cdda1922faab7fb70fce47a356b6166d3ae0030a Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Tue, 30 May 2017 07:49:54 -0500 Subject: [PATCH] Fixed accidental overload of function. --- QtMeshViewer/Header/MainWindow.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;