diff options
author | Andy Shaw <qt-info@nokia.com> | 2010-07-16 06:58:04 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2010-07-16 06:58:04 (GMT) |
commit | 571b85896ee3663479b4a10d2418e2e19b3639f3 (patch) | |
tree | 4be4f639879c922b9ea0f72c7247cbfd756ff0f5 | |
parent | 0a9af9856022393ce7c1c14b953106ab54f0cfed (diff) | |
download | Qt-571b85896ee3663479b4a10d2418e2e19b3639f3.zip Qt-571b85896ee3663479b4a10d2418e2e19b3639f3.tar.gz Qt-571b85896ee3663479b4a10d2418e2e19b3639f3.tar.bz2 |
Fix compilation after merge
Reviewed-by: TrustMe
-rw-r--r-- | src/gui/dialogs/qfontdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfontdialog.cpp b/src/gui/dialogs/qfontdialog.cpp index 5859e63..b159fa7 100644 --- a/src/gui/dialogs/qfontdialog.cpp +++ b/src/gui/dialogs/qfontdialog.cpp @@ -334,7 +334,6 @@ void QFontDialogPrivate::init() familyList->setFocus(); retranslateStrings(); - nativeDialogInUse = false; } /*! |