From f6814daef41f438f6c78bf7e67f98c5b552201e4 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 16 Nov 2009 14:51:39 +0100 Subject: doc: Fixed qdoc errors. --- src/gui/styles/qgtkstyle.cpp | 8 ++++++++ src/gui/widgets/qtextedit.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/gui/styles/qgtkstyle.cpp b/src/gui/styles/qgtkstyle.cpp index 1c78a47..70b7aa3 100644 --- a/src/gui/styles/qgtkstyle.cpp +++ b/src/gui/styles/qgtkstyle.cpp @@ -127,11 +127,19 @@ static const int groupBoxBottomMargin = 2; // space below the groupbox static const int groupBoxTitleMargin = 6; // space between contents and title static const int groupBoxTopMargin = 2; +/*! + Returns the configuration string for \a value. + Returns \a fallback if \a value is not found. + */ QString QGtkStyle::getGConfString(const QString &value, const QString &fallback) { return QGtkStylePrivate::getGConfString(value, fallback); } +/*! + Returns the configuration boolean for \a key. + Returns \a fallback if \a key is not found. + */ bool QGtkStyle::getGConfBool(const QString &key, bool fallback) { return QGtkStylePrivate::getGConfBool(key, fallback); diff --git a/src/gui/widgets/qtextedit.cpp b/src/gui/widgets/qtextedit.cpp index f0963d0..998ab4f 100644 --- a/src/gui/widgets/qtextedit.cpp +++ b/src/gui/widgets/qtextedit.cpp @@ -531,7 +531,7 @@ void QTextEditPrivate::_q_ensureVisible(const QRectF &_rect) If the text edit has another content type, it will not be replaced by plain text if you call toPlainText(). The only exception to this - is the non-break space, \i{nbsp;}, that will be converted into + is the non-break space, \e{nbsp;}, that will be converted into standard space. By default, for an editor with no contents, this property contains -- cgit v0.12