summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/qaxserver.cpp')
-rw-r--r--src/activeqt/control/qaxserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/activeqt/control/qaxserver.cpp b/src/activeqt/control/qaxserver.cpp
index 7932b1d..a103290 100644
--- a/src/activeqt/control/qaxserver.cpp
+++ b/src/activeqt/control/qaxserver.cpp
@@ -962,9 +962,9 @@ static HRESULT classIDL(QObject *o, const QMetaObject *mo, const QString &classN
out << "\t\t[id(" << id << ')';
if (!property.isWritable())
out << ", readonly";
- if (isBindable && property.isScriptable(o))
+ if (isBindable && property.isScriptable())
out << ", bindable";
- if (!property.isDesignable(o))
+ if (!property.isDesignable())
out << ", nonbrowsable";
if (isBindable)
out << ", requestedit";