mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
massive changes inside
* use pass by ref instead of by value if possible * use reference in interation over collections * fix no tag inserting
This commit is contained in:
@ -29,7 +29,7 @@ class AWFormatterConfigFactory : public QObject
|
||||
public:
|
||||
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