X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=latitude.qml%2Fmain.qml;fp=latitude.qml%2Fmain.qml;h=0000000000000000000000000000000000000000;hp=95f0dae337a4b01765cbfb3933a17c0250286759;hb=ca759b3fd3b64ad976c4917e93513b3d05999f13;hpb=0274061406db78bb79ef433c5c438178103aaa58 diff --git a/latitude.qml/main.qml b/latitude.qml/main.qml deleted file mode 100644 index 95f0dae..0000000 --- a/latitude.qml/main.qml +++ /dev/null @@ -1,12 +0,0 @@ -import QtQuick 1.1 -import com.nokia.meego 1.0 - -PageStackWindow { - id: rootWindow - initialPage: mainPage - MainPage { - id: mainPage - } - showToolBar: false - showStatusBar: true -}