aboutsummaryrefslogtreecommitdiff
path: root/launcher/MTPixmapCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/MTPixmapCache.h')
-rw-r--r--launcher/MTPixmapCache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/MTPixmapCache.h b/launcher/MTPixmapCache.h
index 65cbe032..1a3e5216 100644
--- a/launcher/MTPixmapCache.h
+++ b/launcher/MTPixmapCache.h
@@ -1,10 +1,10 @@
#pragma once
#include <QCoreApplication>
+#include <QDebug>
#include <QPixmapCache>
#include <QThread>
#include <QTime>
-#include <QDebug>
#define GET_TYPE() \
Qt::ConnectionType type; \
@@ -94,8 +94,8 @@ class PixmapCache final : public QObject {
return true;
}
- /**
- * Mark that a cache miss occurred because of a eviction if too many of these occur too fast the cache size is increased
+ /**
+ * Mark that a cache miss occurred because of a eviction if too many of these occur too fast the cache size is increased
* @return if the cache size was increased
*/
bool _markCacheMissByEviciton()