chore: 格式化ElaWidgetTools代码
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
|
||||
#include "ElaDef.h"
|
||||
class ElaRadioButton;
|
||||
class ElaRadioButtonPrivate : public QObject
|
||||
{
|
||||
class ElaRadioButtonPrivate : public QObject {
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaRadioButton)
|
||||
public:
|
||||
explicit ElaRadioButtonPrivate(QObject* parent = nullptr);
|
||||
explicit ElaRadioButtonPrivate(QObject *parent = nullptr);
|
||||
~ElaRadioButtonPrivate() override;
|
||||
Q_SLOT void onThemeChanged(ElaThemeType::ThemeMode themeMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user