summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/qaxobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxobject.cpp')
-rw-r--r--src/activeqt/container/qaxobject.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/activeqt/container/qaxobject.cpp b/src/activeqt/container/qaxobject.cpp
index d19fede..adce2a2 100644
--- a/src/activeqt/container/qaxobject.cpp
+++ b/src/activeqt/container/qaxobject.cpp
@@ -250,6 +250,11 @@ bool QAxObject::setControl(const QString &c)
void QAxObject::clear()
{
+ resetControl();
+}
+
+void QAxObject::resetControl()
+{
Q_D(QAxObject);
d->clear();
}