chore: 格式化ElaWidgetTools代码
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#include "ElaSingleton.h"
|
||||
|
||||
class ElaLogPrivate;
|
||||
class ELA_EXPORT ElaLog : public QObject
|
||||
{
|
||||
class ELA_EXPORT ElaLog : public QObject {
|
||||
Q_OBJECT
|
||||
Q_Q_CREATE(ElaLog)
|
||||
Q_PROPERTY_CREATE_Q_H(QString, LogSavePath)
|
||||
@@ -17,7 +16,7 @@ class ELA_EXPORT ElaLog : public QObject
|
||||
Q_SINGLETON_CREATE_H(ElaLog);
|
||||
|
||||
private:
|
||||
explicit ElaLog(QObject* parent = nullptr);
|
||||
explicit ElaLog(QObject *parent = nullptr);
|
||||
~ElaLog();
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user