Doc: Really minor typo fix

Task-number: QTBUG-26891
Change-Id: I9b726d8766337fbb001afcb9ecbc45f51b6e363f
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
bb10
Sergio Ahumada 2012-08-21 18:36:26 +02:00 committed by Qt by Nokia
parent 8fb8011e6a
commit 75901712f0
1 changed files with 1 additions and 1 deletions

View File

@ -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.