~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-batched-renderer-support-for-ubuntushape2

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/shapeitem.h

[UbuntuShape] Disconnected from old texture provider signals.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
private Q_SLOTS:
93
93
    void onImagePropertiesChanged();
94
94
    void onOpenglContextDestroyed();
 
95
    void providerDestroyed(QObject* object=0);
95
96
 
96
97
private:
97
98
    enum DirtyFlags {
117
118
        QSGTexture* low;
118
119
    };
119
120
 
 
121
    QSGTextureProvider* provider_;
120
122
    QColor color_;
121
123
    QColor gradientColor_;
122
124
    bool gradientColorSet_;