summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Qt3DStudio/UI/RecentItems.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Qt3DStudio/UI/RecentItems.h')
-rw-r--r--src/Authoring/Qt3DStudio/UI/RecentItems.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Qt3DStudio/UI/RecentItems.h b/src/Authoring/Qt3DStudio/UI/RecentItems.h
index 9557353f..3d1cb6dd 100644
--- a/src/Authoring/Qt3DStudio/UI/RecentItems.h
+++ b/src/Authoring/Qt3DStudio/UI/RecentItems.h
@@ -53,8 +53,8 @@ public:
void AddRecentItem(const QString &inItem);
void RemoveRecentItem(const QString &inItem, bool rebuild = true);
- QString GetItem(long inIndex) const;
- long GetItemCount() const { return (long)m_RecentItems.size(); }
+ QString GetItem(size_t inIndex) const;
+ size_t GetItemCount() const { return m_RecentItems.size(); }
protected:
void ReconstructList();