KDECore
kcomponentdata_p.h
Go to the documentation of this file.
56 sharedConfig = 0; //delete the config object first, because it could access the standard dirs while syncing
72 } else if (refc == 1 && sharedConfig && sharedConfig->componentData().d == this) { //sharedConfig has a reference to us
76 sharedConfig->ref.deref(); //we don't have a reference to the config object anymore, but it has still a reference to us
void configInit(const KComponentData &component)
Definition: kcomponentdata.cpp:165
void removeCatalog(const QString &catalog)
Removes a catalog for translation lookup.
Definition: klocale.cpp:141
const KComponentData & componentData() const
Returns the component data this configuration is for.
Definition: kconfig.cpp:285
QString catalogName() const
Returns the program's translation catalog name.
Definition: kaboutdata.cpp:765
KComponentDataPrivate(const KAboutData &aboutData_)
Definition: kcomponentdata_p.h:36
Definition: kcomponentdata_p.h:33
void lazyInit(const KComponentData &component)
Definition: kcomponentdata.cpp:133
void insertCatalog(const QString &catalog)
Adds another catalog to search for translation lookup.
Definition: klocale.cpp:136
~KComponentDataPrivate()
Definition: kcomponentdata_p.h:50
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.