File indexing completed on 2025-01-26 05:13:02

0001 class Signal : public QtQuick.Item {
0002 public:
0003 
0004 void move(x, y);
0005 
0006 Q_SIGNALS: void moved(int x, int y); public:
0007 
0008 void doSomething();
0009 };