mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-15 17:43:41 +00:00
split data engine matchers to classes
This commit is contained in:
@ -20,7 +20,8 @@
|
||||
#include "awpluginformatter.h"
|
||||
|
||||
|
||||
class AWPluginFormatterInteger : public AWPluginFormatter<AWPluginFormatterInteger> {
|
||||
class AWPluginFormatterInteger : public AWPluginFormatter<AWPluginFormatterInteger>
|
||||
{
|
||||
|
||||
public:
|
||||
QString format(const QVariant &_value, const QString &, const AWPluginFormatSettings &) const override;
|
||||
|
||||
Reference in New Issue
Block a user