summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/MaterialRefView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/MaterialRefView.h')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/MaterialRefView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/MaterialRefView.h b/src/Authoring/Studio/Palettes/Inspector/MaterialRefView.h
index 157b9a6b..d4131cda 100644
--- a/src/Authoring/Studio/Palettes/Inspector/MaterialRefView.h
+++ b/src/Authoring/Studio/Palettes/Inspector/MaterialRefView.h
@@ -40,7 +40,7 @@ class MaterialRefView : public QListWidget
public:
explicit MaterialRefView(QWidget *parent = nullptr);
- int refreshMaterials(int instance, int handle);
+ QSize refreshMaterials(int instance, int handle);
void updateSelection();
protected: