mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-19 16:49:57 +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 AWFloatFormatter : public AWAbstractFormatter
|
||||
@ -57,7 +58,6 @@ public slots:
|
||||
void writeConfiguration() const override;
|
||||
|
||||
private:
|
||||
void translate(void *_ui) override;
|
||||
// properties
|
||||
int m_count = 0;
|
||||
QChar m_fillChar = QChar();
|
||||
|
Reference in New Issue
Block a user