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

Class Index

kdelibs'FileInfoList (./kdelibs/kio/http/http_cache_cleaner.cpp:66)

class FileInfoList : public QList<FileInfo>
{
public:
   FileInfoList() : QList<FileInfo>() { }
   int compareItems(QCollection::Item item1, QCollection::Item item2)
      { return ((FileInfo *)item1)->age - ((FileInfo *)item2)->age; }
};

// !START OF SYNC!
// Keep the following in sync with the cache code in http.cc

kdelibs'FileInfoList::compareItems() (./kdelibs/kio/http/http_cache_cleaner.cpp:70)

   int compareItems(QCollection::Item item1, QCollection::Item item2)
      { return ((FileInfo *)item1)->age - ((FileInfo *)item2)->age; }
};

// !START OF SYNC!
// Keep the following in sync with the cache code in http.cc