~mrqtros/ubuntu-rssreader-app/ubuntu-rssreader-app-to-tabs

« back to all changes in this revision

Viewing changes to shorts/qml/tabs/TopicTab.qml

  • Committer: Roman Shchekin
  • Date: 2015-07-04 08:38:18 UTC
  • Revision ID: mrqtros@gmail.com-20150704083818-ecojm3nmy5bpkxrb
Merge with the Reboot project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 2.4
 
2
import Ubuntu.Components 1.2
 
3
import Ubuntu.Components.ListItems 1.0 as ListItem
 
4
import Ubuntu.Components.Popups 1.0
 
5
 
 
6
import "../utils/databasemodule_v2.js" as DB
 
7
 
 
8
BaseTab {
 
9
    id: topicTab
 
10
 
 
11
    readonly property bool isTopicTab: true
 
12
}