summaryrefslogtreecommitdiffstats
path: root/src/kernel/qobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qobject.h')
-rw-r--r--src/kernel/qobject.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/qobject.h b/src/kernel/qobject.h
index a63fc4d..3a86cb9 100644
--- a/src/kernel/qobject.h
+++ b/src/kernel/qobject.h
@@ -68,6 +68,9 @@ struct QUObject;
class QThread;
#endif
+class QStyleControlElementData;
+class QStyleControlElementDataPrivate;
+
class Q_EXPORT QObject: public Qt
{
Q_OBJECT
@@ -140,6 +143,9 @@ public:
void dumpObjectTree();
void dumpObjectInfo();
+ QStyleControlElementData* controlElementDataObject();
+ QStyleControlElementDataPrivate* controlElementDataPrivateObject();
+
#ifndef QT_NO_PROPERTIES
virtual bool setProperty( const char *name, const QVariant& value );
virtual QVariant property( const char *name ) const;