Skip to content

Instantly share code, notes, and snippets.

@kimmoli
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimmoli/439276e5b549879ef356 to your computer and use it in GitHub Desktop.
Save kimmoli/439276e5b549879ef356 to your computer and use it in GitHub Desktop.
Test
import QtQuick 2.0
import Sailfish.Silica 1.0
import "pages"
ApplicationWindow
{
initialPage: Component { Fantsucam { } }
cover: Qt.resolvedUrl("cover/CoverPage.qml")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment