diff options
Diffstat (limited to 'src/styles/qcommonstyle.h')
-rw-r--r-- | src/styles/qcommonstyle.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/styles/qcommonstyle.h b/src/styles/qcommonstyle.h index 7cb406f..22b241b 100644 --- a/src/styles/qcommonstyle.h +++ b/src/styles/qcommonstyle.h @@ -38,6 +38,11 @@ ** **********************************************************************/ +// RAJA FIXME +// QMotifPlusStyle +// QSGIStyle +// QWindowsStyle + #ifndef QCOMMONSTYLE_H #define QCOMMONSTYLE_H @@ -241,7 +246,6 @@ public: const QStyleOption& = QStyleOption::Default, const QWidget *widget = 0 ) const; - private: // Disabled copy constructor and operator= #if defined(Q_DISABLE_COPY) @@ -250,9 +254,6 @@ private: #endif }; -Q_EXPORT QStyleControlElementData populateControlElementDataFromWidget(const QWidget* widget, const QStyleOption& opt, bool populateReliantFields=true); -Q_EXPORT QStyle::ControlElementFlags getControlElementFlagsForObject(const QObject* object, QStringList objectTypeList, const QStyleOption& opt); - #endif // QT_NO_STYLE #endif // QCOMMONSTYLE_H |