mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 06:15:49 +00:00
massive refactoring
This commit is contained in:
@ -27,9 +27,9 @@ class AWFormatterConfigFactory : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AWFormatterConfigFactory(QObject *parent = nullptr);
|
||||
explicit AWFormatterConfigFactory(QObject *_parent = nullptr);
|
||||
virtual ~AWFormatterConfigFactory();
|
||||
Q_INVOKABLE void showDialog(const QStringList &keys);
|
||||
Q_INVOKABLE void showDialog(const QStringList &_keys);
|
||||
|
||||
private:
|
||||
};
|
||||
|
Reference in New Issue
Block a user