mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 13:37:28 +02:00
Coding style
This commit is contained in:
parent
c704fb7b12
commit
e0f6db2152
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import QtQuick 2.3
|
|||
Root {
|
||||
id: root
|
||||
anchors.fill: parent
|
||||
signal unhandledClick ();
|
||||
signal unhandledClick();
|
||||
|
||||
// Detects a mouseclick that is not handled by any child components.
|
||||
// Used by AddressBarDialog.qml to close when user clicks outside of it.
|
||||
|
|
Loading…
Reference in a new issue