Age | Commit message (Collapse) | Author | Files | Lines |
|
Trolltech to prepare the ConfigCache merge
|
|
Merged:
void writeEntry( const QString &key, const QStringList &lst)
QStringList readListEntry( const QString &key ) const
void removeGroup()
void removeGroup(const QString&)
QStringList allGroups() const
Uninlined:
const versions of read*Entry
bool hasGroup ( const QString &gname )const
QStringList groupList ( )const
Marked these methods as NOT_IN_QPE, NOT_IN_SHARP, QTOPIA_MERGED_METHOD(version)
to make them weak by default and to know which functions needs to be defined
for possible SHARP.ROM versions
|
|
|
|
[inline for Sharp BC]
|
|
setGroup() to a non-existing group this group gets created and the config
file is rewritten with an empty group, which is not needed in most cases.
|
|
All these functions are needed to get qtmail (from the Sharp ROM) running
on Opie - I have even tested qtmail on an iPAQ and it seems to work ..
|
|
|