summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-08-21 18:36:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-22 09:08:02 +0200
commit75901712f04eceafd164cbbf752c916070b44507 (patch)
tree3c63c8d606d2a7b651e62db57c7f16fb015bd813 /src
parent8fb8011e6ac6352cf60cdd59d840779f0d9c52a6 (diff)
Doc: Really minor typo fix
Task-number: QTBUG-26891 Change-Id: I9b726d8766337fbb001afcb9ecbc45f51b6e363f Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/kernel/qapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index d26804fddf..3a256ea9ff 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -1100,7 +1100,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.