Scale faces to 64x64
This commit is contained in:
@ -19,5 +19,5 @@
|
||||
|
||||
namespace SkinUtils
|
||||
{
|
||||
QPixmap getFaceFromCache(QString username, int height = 48, int width = 48);
|
||||
QPixmap getFaceFromCache(QString username, int height = 64, int width = 64);
|
||||
}
|
||||
|
Reference in New Issue
Block a user