fix image loader scrollbar crash (#129)

* fix image loader scrollbar crash
This commit is contained in:
hemirt
2017-10-11 14:46:56 +02:00
committed by pajlada
parent 0ef6fdfef9
commit bdee9fff70
3 changed files with 7 additions and 3 deletions
+1 -2
View File
@@ -10,8 +10,6 @@ class WindowManager;
namespace messages {
class ImageLoaderManager;
class LazyLoadedImage : public QObject
{
public:
@@ -68,6 +66,7 @@ private:
void gifUpdateTimout();
friend class ImageLoaderWorker;
friend class ImageLoaderManager;
};
} // namespace messages