mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-22 01:59:56 +00:00
refactor: change ui translation mechanism
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#include <QLocale>
|
||||
|
||||
#include "awabstractformatter.h"
|
||||
#include "awtranslation.h"
|
||||
|
||||
|
||||
class AWDateTimeFormatter : public AWAbstractFormatter
|
||||
@ -45,7 +46,6 @@ public slots:
|
||||
|
||||
private:
|
||||
void initLocale();
|
||||
void translate(void *_ui) override;
|
||||
// properties
|
||||
QLocale m_locale;
|
||||
QString m_format = "";
|
||||
|
Reference in New Issue
Block a user