Skip to content

Commit d92452a

Browse files
committed
make CDockWidget saveState virtual
1 parent fc83125 commit d92452a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private Q_SLOTS:
103103
/**
104104
* Saves the state into the given stream
105105
*/
106-
void saveState(QXmlStreamWriter& Stream) const;
106+
virtual void saveState(QXmlStreamWriter& Stream) const;
107107

108108
/**
109109
* This is a helper function for the dock manager to flag this widget

0 commit comments

Comments
 (0)