Comment 3 for bug 1551341

Revision history for this message
Buzea Bogdan (bogdanke8) wrote :

I think I found a little error on this bug: Looke at the " Diff: 68 lines (+7/-5)":

  */
7 import QtQuick 2.4
8 +import QtQuick.Window 2.0 <------ LOOK HERE
9 import Ubuntu.Components 1.3
10 import Ubuntu.Components.Popups 1.3
11 import Ubuntu.Components.Styles 1.3 as Style

  */
28 import QtQuick 2.4
29 +import QtQuick.Window 2.2 <------ AND HERE
30 import Ubuntu.Components 1.3
31 import QtGraphicalEffects 1.0
32 import Ubuntu.Components.Private 1.3

I think is a mistake, but I am not a specialist...