summaryrefslogtreecommitdiff
path: root/qml/tapasboard/main.qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-04 15:49:31 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-04 15:49:31 +0200
commitd8fcff1a2d6eb61c97c44790dbdb920ba9f52980 (patch)
tree49df7f1e07e34061301ad5944a1807feba24b526 /qml/tapasboard/main.qml
parent11b4152301b408c7a4f02a8b202fed9f5e1ee1e7 (diff)
downloadtapasboard-d8fcff1a2d6eb61c97c44790dbdb920ba9f52980.tar.gz
tapasboard-d8fcff1a2d6eb61c97c44790dbdb920ba9f52980.zip
add showing unread posts
Diffstat (limited to 'qml/tapasboard/main.qml')
-rw-r--r--qml/tapasboard/main.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/qml/tapasboard/main.qml b/qml/tapasboard/main.qml
deleted file mode 100644
index 11a7e44..0000000
--- a/qml/tapasboard/main.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import QtQuick 1.1
-import com.nokia.meego 1.0
-
-PageStackWindow {
- id: appWindow
-
- initialPage: mainPage
-
- MainPage {
- id: mainPage
- }
-}