KCalCore Library
Go to the documentation of this file.
39 using namespace KCalCore;
45 class KCalCore::FileStorage::Private
48 Private(
const QString &fileName,
CalFormat *format)
49 : mFileName(fileName),
64 d(new Private(fileName, format))
85 delete d->mSaveFormat;
86 d->mSaveFormat = format;
91 return d->mSaveFormat;
101 if (d->mFileName.isEmpty()) {
102 kWarning() <<
"Empty filename while trying to load";
126 kDebug() <<
"Fallback to VCalFormat";
134 kWarning() <<
"There should be an exception set.";
140 calendar()->setProductId(productId);
149 if (d->mFileName.isEmpty()) {
161 kDebug() <<
"Error. There should be an expection set.";
167 if (!d->mSaveFormat) {
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Fri Jan 17 2014 22:11:59 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.