summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-02 12:47:13 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-08-02 12:47:13 (GMT)
commit5f87e737219b6b22d532c0f3df659995a509b6e6 (patch)
tree3ab1c279a9155ab73df40a2039532038c7a8ef0b /src/gui
parent8b8657a004c059b74b2f608d423110e8ed9e56bf (diff)
downloadQt-5f87e737219b6b22d532c0f3df659995a509b6e6.zip
Qt-5f87e737219b6b22d532c0f3df659995a509b6e6.tar.gz
Qt-5f87e737219b6b22d532c0f3df659995a509b6e6.tar.bz2
doc: Fixed many qdoc errors.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qpalette.cpp4
-rw-r--r--src/gui/s60framework/qs60maindocument.cpp6
2 files changed, 8 insertions, 2 deletions
diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp
index 38ec806..55d5727 100644
--- a/src/gui/kernel/qpalette.cpp
+++ b/src/gui/kernel/qpalette.cpp
@@ -872,7 +872,7 @@ void QPalette::detach()
\note The current ColorGroup is not taken into account when
comparing palettes
- \sa operator==
+ \sa operator==()
*/
/*!
@@ -882,7 +882,7 @@ void QPalette::detach()
\note The current ColorGroup is not taken into account when
comparing palettes
- \sa operator!=
+ \sa operator!=()
*/
bool QPalette::operator==(const QPalette &p) const
{
diff --git a/src/gui/s60framework/qs60maindocument.cpp b/src/gui/s60framework/qs60maindocument.cpp
index ed33a41..26e2d00 100644
--- a/src/gui/s60framework/qs60maindocument.cpp
+++ b/src/gui/s60framework/qs60maindocument.cpp
@@ -105,11 +105,17 @@ CEikAppUi *QS60MainDocument::CreateAppUiL()
return (static_cast <CEikAppUi*>(new(ELeave)QS60MainAppUi));
}
+/*!
+ \internal
+ */
CFileStore *QS60MainDocument::OpenFileL(TBool aDoOpen, const TDesC &aFilename, RFs &aFs)
{
return QS60MainDocumentBase::OpenFileL(aDoOpen, aFilename, aFs);
}
+/*!
+ \internal
+ */
void QS60MainDocument::OpenFileL(CFileStore *&aFileStore, RFile &aFile)
{
QS60MainDocumentBase::OpenFileL(aFileStore, aFile);