|
|
|
@ -23,6 +23,8 @@ |
|
|
|
#ifndef KCONFIGDATA_H |
|
|
|
#ifndef KCONFIGDATA_H |
|
|
|
#define KCONFIGDATA_H |
|
|
|
#define KCONFIGDATA_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <kconfigcore_export.h> |
|
|
|
|
|
|
|
|
|
|
|
#include <QtCore/QByteArray> |
|
|
|
#include <QtCore/QByteArray> |
|
|
|
#include <QtCore/QString> |
|
|
|
#include <QtCore/QString> |
|
|
|
#include <QtCore/QMap> |
|
|
|
#include <QtCore/QMap> |
|
|
|
@ -155,7 +157,7 @@ QDebug operator<<(QDebug dbg, const KEntry &entry); |
|
|
|
* with the group name. |
|
|
|
* with the group name. |
|
|
|
* @internal |
|
|
|
* @internal |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class KEntryMap : public QMap<KEntryKey, KEntry> |
|
|
|
class KCONFIGCORE_EXPORT KEntryMap : public QMap<KEntryKey, KEntry> |
|
|
|
{ |
|
|
|
{ |
|
|
|
public: |
|
|
|
public: |
|
|
|
enum SearchFlag { |
|
|
|
enum SearchFlag { |
|
|
|
|