Warning, /sdk/doxyqml/tests/functional/signals/input/Signal.qml is written in an unsupported language. File is not indexed.

0001 Item {
0002     function move(x, y);
0003 
0004     signal moved(int x, int y);
0005 
0006     function doSomething();
0007 }