aboutsummaryrefslogtreecommitdiff
path: root/launcher/SkinUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/SkinUtils.cpp')
-rw-r--r--launcher/SkinUtils.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/launcher/SkinUtils.cpp b/launcher/SkinUtils.cpp
index ec969889..a196173e 100644
--- a/launcher/SkinUtils.cpp
+++ b/launcher/SkinUtils.cpp
@@ -30,9 +30,7 @@ namespace SkinUtils
*/
QPixmap getFaceFromCache(QString username, int height, int width)
{
- QFile fskin(ENV.metacache()
- ->resolveEntry("skins", username + ".png")
- ->getFullPath());
+ QFile fskin(ENV.metacache()->resolveEntry("skins", username + ".png")->getFullPath());
if (fskin.exists())
{