summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qgtkstyle.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-16 13:51:39 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-11-16 13:52:24 (GMT)
commitf6814daef41f438f6c78bf7e67f98c5b552201e4 (patch)
tree1804be8c92a9531fec14d6724b33a514ec36ae43 /src/gui/styles/qgtkstyle.cpp
parent5a3bb4a1aa73d4687ede74ea6e1095ef4ba2e560 (diff)
downloadQt-f6814daef41f438f6c78bf7e67f98c5b552201e4.zip
Qt-f6814daef41f438f6c78bf7e67f98c5b552201e4.tar.gz
Qt-f6814daef41f438f6c78bf7e67f98c5b552201e4.tar.bz2
doc: Fixed qdoc errors.
Diffstat (limited to 'src/gui/styles/qgtkstyle.cpp')
-rw-r--r--src/gui/styles/qgtkstyle.cpp8
1 files changed, 8 insertions, 0 deletions
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);