diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-08-22 10:19:59 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-23 07:13:01 (GMT) |
commit | 82cea48af082761d03064d25a40b1a036dba2468 (patch) | |
tree | 9eae6b7ff4368caa1ed8d5b322b8c65439ec4d7b | |
parent | c09e9f71173a698670d6c728291ee24f53d50800 (diff) | |
download | Qt-82cea48af082761d03064d25a40b1a036dba2468.zip Qt-82cea48af082761d03064d25a40b1a036dba2468.tar.gz Qt-82cea48af082761d03064d25a40b1a036dba2468.tar.bz2 |
Doc: Really minor typo fix
Task-number: QTBUG-26891
Change-Id: I9b726d8766337fbb001afcb9ecbc45f51b6e363f
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
(cherry picked from commit 75901712f04eceafd164cbbf752c916070b44507)
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index e42ff69..0a08a35 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -1503,7 +1503,7 @@ QStyle *QApplication::style() initial colors or the system defaults. This is necessary since certain styles have to adapt the color palette to be fully style-guide compliant. - Setting the style before a palette has been se, i.e., before creating + Setting the style before a palette has been set, i.e., before creating QApplication, will cause the application to use QStyle::standardPalette() for the palette. |