start moving to PIValueTree
This commit is contained in:
@@ -101,6 +101,7 @@ public:
|
||||
QImage getImage() const { return last_img; }
|
||||
void addFramebufferEffect(FramebufferEffectBase * e);
|
||||
void clearFramebufferEffects() { fb_effects.clear(); }
|
||||
QVector<FramebufferEffectBase *> framebufferEffects() const { return fb_effects; }
|
||||
QString getTimings() const { return timings; }
|
||||
|
||||
QImage materialThumbnail(Material * m) { return rend_mat.materialThumbnail(m); }
|
||||
|
||||
Reference in New Issue
Block a user