KCal Library
Go to the documentation of this file.
45 class KCal::CalFormat::Private
48 Private() : mException( 0 ) {}
49 ~Private() {
delete mException; }
50 static QString mApplication;
51 static QString mProductId;
52 QString mLoadedProductId;
56 QString CalFormat::Private::mApplication = QLatin1String(
"libkcal" );
57 QString CalFormat::Private::mProductId =
58 QLatin1String(
"-//K Desktop Environment//NONSGML libkcal 4.3//EN" );
89 const QString &productID )
92 Private::mProductId = productID;
97 return Private::mApplication;
102 return Private::mProductId;
107 return d->mLoadedProductId;
112 d->mLoadedProductId = id;
117 int hashTime = QTime::currentTime().hour() +
118 QTime::currentTime().minute() + QTime::currentTime().second() +
119 QTime::currentTime().msec();
120 QString uidStr = QString(
"%1-%2.%3" ).
121 arg( Private::mApplication ).
122 arg( KRandom::random() ).
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:13 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.