kapptemplate
prefs.cpp
Go to the documentation of this file.
35 itemAppName = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "appName" ), mAppName, QLatin1String( "KApp4" ) );
38 itemAppVersion = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "appVersion" ), mAppVersion, QLatin1String( "0.1" ) );
43 itemUrl = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "url" ), mUrl, defaultDir );
56 itemName = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "name" ), mName, name );
66 itemEmail = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "email" ), mEmail, address );
Definition: prefs.h:11
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.