mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix lint
This commit is contained in:
parent
d409bab838
commit
6367d94623
1 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue