From 159963832457e6307282308455330acc7b5bd153 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 18 Dec 2013 09:53:59 +0100 Subject: Code reformatted using kde-dev-scripts/astyle-kdelibs. Use git blame -w 867e7a5 to show authorship as it was before this commit. --- src/gui/kconfiggui.h | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'src/gui/kconfiggui.h') diff --git a/src/gui/kconfiggui.h b/src/gui/kconfiggui.h index 4e2313f3..173400fd 100644 --- a/src/gui/kconfiggui.h +++ b/src/gui/kconfiggui.h @@ -30,29 +30,29 @@ class KConfig; namespace KConfigGui { - /** - * Returns the application session config object. - * - * @return A pointer to the application's instance specific - * KConfig object. - * @see KConfig - */ - KCONFIGGUI_EXPORT KConfig* sessionConfig(); - - /** - * Indicates if a session config has been created for that application - * (ie. if sessionConfig() got called at least once) - * - * @return true if a sessionConfig object was created, false otherwise - */ - KCONFIGGUI_EXPORT bool hasSessionConfig(); - - /** - * Returns the name of the application session - * - * @return the application session name - */ - KCONFIGGUI_EXPORT QString sessionConfigName(); +/** + * Returns the application session config object. + * + * @return A pointer to the application's instance specific + * KConfig object. + * @see KConfig + */ +KCONFIGGUI_EXPORT KConfig *sessionConfig(); + +/** + * Indicates if a session config has been created for that application + * (ie. if sessionConfig() got called at least once) + * + * @return true if a sessionConfig object was created, false otherwise + */ +KCONFIGGUI_EXPORT bool hasSessionConfig(); + +/** + * Returns the name of the application session + * + * @return the application session name + */ +KCONFIGGUI_EXPORT QString sessionConfigName(); } #endif // KCONFIGGUI_H -- cgit v1.2.1