diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2011-01-14 16:14:40 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2011-03-14 15:47:08 (GMT) |
commit | d8d117d7691fffc82b4d11b6a87012552f8a7324 (patch) | |
tree | 6376967d4d5f34ef567c095ccf2d96a73afbb5e2 /src/gui/widgets/qsplitter.cpp | |
parent | 504666b545deafa3319ff699eff74eacc8d8559c (diff) | |
download | Qt-d8d117d7691fffc82b4d11b6a87012552f8a7324.zip Qt-d8d117d7691fffc82b4d11b6a87012552f8a7324.tar.gz Qt-d8d117d7691fffc82b4d11b6a87012552f8a7324.tar.bz2 |
Doc: Typo fixes
Reviewed-by: David Boddie
Diffstat (limited to 'src/gui/widgets/qsplitter.cpp')
-rw-r--r-- | src/gui/widgets/qsplitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qsplitter.cpp b/src/gui/widgets/qsplitter.cpp index 964a6e1..ca8fc37 100644 --- a/src/gui/widgets/qsplitter.cpp +++ b/src/gui/widgets/qsplitter.cpp @@ -1016,7 +1016,7 @@ QSplitterLayoutStruct *QSplitterPrivate::insertWidget(int index, QWidget *w) /*! Constructs a horizontal splitter with the \a parent - arguments is passed on to the QFrame constructor. + argument passed on to the QFrame constructor. \sa setOrientation() */ |