mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
use consistent naming
This commit is contained in:
parent
3b57a626d6
commit
ee87cdd77e
4 changed files with 9 additions and 9 deletions
|
|
@ -357,7 +357,7 @@ QPixmap LockPixmapGenerator::generatePixmap(int height)
|
|||
|
||||
QMap<int, QPixmap> LockPixmapGenerator::pmCache;
|
||||
|
||||
QPixmap ExpandIconPixmapGenerator::generatePixmap(int height, bool expanded)
|
||||
QPixmap DropdownIconPixmapGenerator::generatePixmap(int height, bool expanded)
|
||||
{
|
||||
QString key = QString::number(expanded) + ":" + QString::number(height);
|
||||
if (pmCache.contains(key))
|
||||
|
|
@ -370,7 +370,7 @@ QPixmap ExpandIconPixmapGenerator::generatePixmap(int height, bool expanded)
|
|||
return pixmap;
|
||||
}
|
||||
|
||||
QMap<QString, QPixmap> ExpandIconPixmapGenerator::pmCache;
|
||||
QMap<QString, QPixmap> DropdownIconPixmapGenerator::pmCache;
|
||||
|
||||
QPixmap loadColorAdjustedPixmap(const QString &name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue