Source Code (Use browser search to find items of interest.)

Class Index

kdelibs'string_entry (./kdelibs/kio/ksycocadict.cpp:26)

struct string_entry {
  string_entry(QString _key, KSycocaEntry *_payload) 
     { key = _key; payload = _payload; }
  QString key;
  KSycocaEntry *payload;
  uint hash;
};