Skip to content
Snippets Groups Projects
Verified Commit 6367d946 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix lint

parent d409bab8
No related branches found
No related tags found
No related merge requests found
Pipeline #2237 failed
......@@ -14,8 +14,7 @@
#include <mtx/common.hpp>
class MxcImageRunnable
: public QObject
class MxcImageRunnable : public QObject
{
Q_OBJECT
......@@ -29,8 +28,7 @@ public:
, m_requestedSize(requestedSize)
, m_crop(crop)
, m_radius(radius)
{
}
{}
void run();
......@@ -39,8 +37,7 @@ public:
bool m_crop;
double m_radius;
};
class MxcImageResponse
: public QQuickImageResponse
class MxcImageResponse : public QQuickImageResponse
{
public:
MxcImageResponse(const QString &id, bool crop, double radius, const QSize &requestedSize)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment