summaryrefslogtreecommitdiffstats
path: root/src/kernel/qstyle.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-14 14:48:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-14 14:48:47 -0600
commit30c5994817cb87f4a291eec0bc6eaec485eefb15 (patch)
tree63e9b4446991db4a8b6876b106b4ce7bbd612de6 /src/kernel/qstyle.h
parentd1c672237288068a5e3777d16277221912bc0088 (diff)
downloadqt3-30c5994817cb87f4a291eec0bc6eaec485eefb15.tar.gz
qt3-30c5994817cb87f4a291eec0bc6eaec485eefb15.zip
Speed up application loading
Diffstat (limited to 'src/kernel/qstyle.h')
-rw-r--r--src/kernel/qstyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h
index f76b970..63acec6 100644
--- a/src/kernel/qstyle.h
+++ b/src/kernel/qstyle.h
@@ -1231,6 +1231,7 @@ Q_EXPORT QStyleControlElementData populateControlElementDataFromWidget(const QWi
Q_EXPORT QStyleControlElementData populateControlElementDataFromApplication(const QApplication* app, const QStyleOption& opt, bool populateReliantFields=true);
Q_EXPORT QStyle::ControlElementFlags getControlElementFlagsForObject(const QObject* object, QStringList objectTypeList, const QStyleOption& opt, bool populateReliantFields=true);
Q_EXPORT QStringList getObjectTypeListForObject(const QObject* object);
+Q_EXPORT QStyleControlElementData populateControlElementDataFromWidget(const QWidget* widget, const QStyleOption& opt, bool populateReliantFields, bool populateMinimumNumberOfFields);
#endif // QT_NO_STYLE
#endif // QSTYLE_H