diff options
Diffstat (limited to 'demos/embeddeddialogs/customproxy.h')
-rw-r--r-- | demos/embeddeddialogs/customproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/embeddeddialogs/customproxy.h b/demos/embeddeddialogs/customproxy.h index 0a5fbaf..d324426 100644 --- a/demos/embeddeddialogs/customproxy.h +++ b/demos/embeddeddialogs/customproxy.h @@ -70,6 +70,7 @@ private slots: private: QTimeLine *timeLine; bool popupShown; + QGraphicsItem *currentPopup; }; #endif |