summaryrefslogtreecommitdiff
path: root/src/activeqt/container/qaxobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxobject.h')
-rw-r--r--src/activeqt/container/qaxobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxobject.h b/src/activeqt/container/qaxobject.h
index 8ec2358..ceb96ca 100644
--- a/src/activeqt/container/qaxobject.h
+++ b/src/activeqt/container/qaxobject.h
@@ -57,7 +57,7 @@ public:
QAxObject(const QString &c, QObject *parent = 0);
QAxObject(IUnknown *iface, QObject *parent = 0);
~QAxObject();
-
+
bool doVerb(const QString &verb);
protected: