5 lines
62 B
QML
5 lines
62 B
QML
|
import QtQuick 2.0
|
||
|
|
||
|
Connections {
|
||
|
target: FirstRunDialog
|
||
|
}
|