mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 10:31:19 -08:00
small revisions
This commit is contained in:
parent
1f880635e4
commit
40cf1a7941
9 changed files with 13 additions and 13 deletions
|
|
@ -43,11 +43,11 @@ public:
|
|||
const QJSValue& = QJSValue());
|
||||
};
|
||||
|
||||
class PaintedItem : public QQuickPaintedItem {
|
||||
class EQLPaintedItem : public QQuickPaintedItem {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
PaintedItem(QQuickItem* parent = 0) : QQuickPaintedItem(parent) {}
|
||||
EQLPaintedItem(QQuickItem* parent = 0) : QQuickPaintedItem(parent) {}
|
||||
|
||||
void paint(QPainter* painter) {
|
||||
eql_fun("qml:paint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue