mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-18 16:19:58 +00:00
refactor: change ui translation mechanism
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "awabstractformatter.h"
|
||||
#include "awtranslation.h"
|
||||
|
||||
|
||||
class AWNoFormatter : public AWAbstractFormatter
|
||||
@ -31,7 +32,4 @@ public:
|
||||
|
||||
public slots:
|
||||
int showConfiguration(QWidget *_parent, const QVariant &_args) override;
|
||||
|
||||
private:
|
||||
void translate(void *_ui) override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user