Coding style

This commit is contained in:
Seiji Emery 2015-08-28 16:36:44 -07:00
parent c704fb7b12
commit e0f6db2152

View file

@ -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.