diff options
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index 0239560..cdc40b5 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -74,6 +74,7 @@ class PictureView : public QTreeView { void refresh(); void setPVData(int replace = false); void setPVAll(); + void setHoverWinVisible(bool visible) const; protected: virtual void hideEvent(QHideEvent *); |