Scale faces to 64x64
This commit is contained in:
parent
e9ed4b29bc
commit
5eb9ef5d56
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue