~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to qml/Dash/ScopesOverviewFavorites.qml

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
16
 
17
 
import QtQuick 2.3
18
 
import Ubuntu.Components 1.1
19
 
import "../Components/Flickables" as Flickables
 
17
import QtQuick 2.0
20
18
 
21
 
Flickables.Flickable {
 
19
Flickable {
22
20
    id: root
23
21
 
24
22
    signal clicked(int index, var result, var itemModel)