Refactor the imports of ButtonRow.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-11-06 14:34:59 +02:00
parent 5153bfe700
commit c481b77b26

View File

@ -39,10 +39,6 @@
**
****************************************************************************/
import QtQuick 1.1
import "ButtonGroup.js" as Behavior
/**Documentanted API
Inherits:
Row
@ -77,6 +73,10 @@ Properties:
Item checkedButton:
Returns the last checked button.
**/
import QtQuick 1.1
import "ButtonGroup.js" as Behavior
Row {
id: root