Fix image loading on Retina and other HiDPI displays.

This commit is contained in:
Augustin Cavalier
2014-10-27 13:11:55 -04:00
parent 32c6848c79
commit 5b4b74de6a
3 changed files with 35 additions and 15 deletions

View File

@ -50,4 +50,6 @@ private:
static QVector<QPixmap> m_regions;
static QVector<QPixmap> m_ratings;
static QVector<QPixmap> m_pixmaps;
static QString GetImageFilename(QString name, QString dir);
};