]> git.cworth.org Git - apitrace/blobdiff - gui/apitracecall.h
Remove the API combo box from the UI settings window.
[apitrace] / gui / apitracecall.h
index 8d0e6db7a1833c3291475df8cae02c9fb86693cc..945ab0cb8eedbff9cf1c29389c1a06bc839ea2e9 100644 (file)
@@ -336,8 +336,8 @@ public:
     void setLastCallIndex(unsigned index);
     unsigned lastCallIndex() const;
 
-    void setThumbnail(QImage thumbnail);
-    QImage thumbnail() const;
+    void setThumbnail(const QImage & thumbnail);
+    const QImage & thumbnail() const;
 
 private:
     ApiTrace *m_parentTrace;