summaryrefslogtreecommitdiffstats
path: root/src/styles/qcommonstyle.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-08-07 01:31:43 -0500
committerTimothy Pearson <[email protected]>2012-08-07 01:31:43 -0500
commit58451e41d9ecfb405f5dd2718444ac78e8d51c8b (patch)
tree1b52d26a8b3ffe81516df83896285ebfa843d849 /src/styles/qcommonstyle.h
parent0008bc5bcd95694b38b0d0322aac2ea6fdb21298 (diff)
downloadqt3-58451e41d9ecfb405f5dd2718444ac78e8d51c8b.tar.gz
qt3-58451e41d9ecfb405f5dd2718444ac78e8d51c8b.zip
Extend TQStyle API further and bump Qt version number
Diffstat (limited to 'src/styles/qcommonstyle.h')
-rw-r--r--src/styles/qcommonstyle.h9
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