diff options
author | Timothy Pearson <[email protected]> | 2012-02-07 13:22:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-07 13:22:17 -0600 |
commit | d51c5c4d31274906405b22762f560fc999414822 (patch) | |
tree | 227c3734a4836fbfbe4fd21060003ea1c9d18947 /src/kernel/qwidget.h | |
parent | 783aa27bae5f14d828b898aa37dac19001cfebb1 (diff) | |
download | qt3-d51c5c4d31274906405b22762f560fc999414822.tar.gz qt3-d51c5c4d31274906405b22762f560fc999414822.zip |
Add NFlags parameter to QWidget constructor
This relies on GIT hash 0eb9f5e2 and breaks the ABI versus Qt 3.3.8
Diffstat (limited to 'src/kernel/qwidget.h')
-rw-r--r-- | src/kernel/qwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qwidget.h b/src/kernel/qwidget.h index f77ca3a..d20fe4d 100644 --- a/src/kernel/qwidget.h +++ b/src/kernel/qwidget.h @@ -139,7 +139,7 @@ class Q_EXPORT QWidget : public QObject, public QPaintDevice Q_PROPERTY( double windowOpacity READ windowOpacity WRITE setWindowOpacity DESIGNABLE false ) public: - Q_EXPLICIT QWidget( QWidget* parent=0, const char* name=0, WFlags f=0 ); + Q_EXPLICIT QWidget( QWidget* parent=0, const char* name=0, WFlags f=0, NFlags n=0 ); ~QWidget(); WId winId() const; |