mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-30 15:50:52 +01:00
The elements cache now expects the element mtime to be equal to the one stored in the cache entry.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1841 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -49,8 +49,8 @@ class ElementsCollectionCache : public QObject {
|
||||
bool fetchData(const ElementsLocation &);
|
||||
bool fetchNameFromCache(const QString &, const QDateTime &);
|
||||
bool fetchPixmapFromCache(const QString &, const QDateTime &);
|
||||
bool cacheName(const QString &);
|
||||
bool cachePixmap(const QString &);
|
||||
bool cacheName(const QString &, const QDateTime & = QDateTime::currentDateTime());
|
||||
bool cachePixmap(const QString &, const QDateTime & = QDateTime::currentDateTime());
|
||||
|
||||
// attributes
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user