summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2014-02-04 16:10:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-05 10:31:10 +0100
commit4c83c6ba64ee77157ecaf6a652994a5cb887c96f (patch)
treedbf82fa23135dd5a5f6160f48c0078cf7d1a8ffe /src/gui/dialogs
parenta0930d007c01423daebc5c63fbf8635a8b394fd7 (diff)
DontUseNativeDialog is not just for the Mac color dialog
Task-number: QTBUG-14341 Change-Id: Id2e8df9277186427370fa2a89643995d79812704 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r--src/gui/dialogs/qcolordialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qcolordialog.cpp b/src/gui/dialogs/qcolordialog.cpp
index 3fcb1a0aab..8f1c3074f3 100644
--- a/src/gui/dialogs/qcolordialog.cpp
+++ b/src/gui/dialogs/qcolordialog.cpp
@@ -1844,8 +1844,8 @@ QColorDialog::ColorDialogOptions QColorDialog::options() const
\value ShowAlphaChannel Allow the user to select the alpha component of a color.
\value NoButtons Don't display \gui{OK} and \gui{Cancel} buttons. (Useful for "live dialogs".)
- \value DontUseNativeDialog Use Qt's standard color dialog on the Mac instead of Apple's
- native color panel.
+ \value DontUseNativeDialog Use Qt's standard color dialog on the Mac instead of the operating system
+ native color dialog.
\sa options, setOption(), testOption(), windowModality()
*/