mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 15: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 AWScriptFormatter : public AWAbstractFormatter
|
||||
@ -48,7 +49,6 @@ public slots:
|
||||
|
||||
private:
|
||||
void initProgram();
|
||||
void translate(void *_ui) override;
|
||||
// properties
|
||||
bool m_appendCode = true;
|
||||
QString m_code = "";
|
||||
|
Reference in New Issue
Block a user