chore: 格式化ElaWidgetTools代码
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
|
||||
#include "ElaDef.h"
|
||||
class ElaInteractiveCard;
|
||||
class ElaInteractiveCardPrivate : public QObject
|
||||
{
|
||||
class ElaInteractiveCardPrivate : public QObject {
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaInteractiveCard)
|
||||
Q_PROPERTY_CREATE_D(int, BorderRadius)
|
||||
@@ -24,7 +23,7 @@ class ElaInteractiveCardPrivate : public QObject
|
||||
Q_PROPERTY_CREATE_D(ElaCardPixType::PixMode, CardPixMode);
|
||||
|
||||
public:
|
||||
explicit ElaInteractiveCardPrivate(QObject* parent = nullptr);
|
||||
explicit ElaInteractiveCardPrivate(QObject *parent = nullptr);
|
||||
~ElaInteractiveCardPrivate();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user