Check thread for icon cache (assert)

This commit is contained in:
Klaus Basan
2017-07-01 17:15:43 +02:00
committed by Mathew Sutcliffe
parent 9ad721b77a
commit 709b9a3dd9
2 changed files with 6 additions and 9 deletions

View File

@@ -703,7 +703,7 @@ namespace BlackMisc
static QPixmap rotate(int rotateDegrees, const QPixmap &original);
private:
//! File cache for the loaded
//! File cache for the loaded files
static QMap<QString, QPixmap> &getResourceFileCache();
};
}