~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2397

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/Settings/Components/FilePickerProperties.qml

  • Committer: Bileto Bot
  • Date: 2017-01-27 15:03:09 UTC
  • mfrom: (155.3.12 filepicker)
  • Revision ID: ci-train-bot@canonical.com-20170127150309-sa1soll41wiqdzul
create file picker component for export  

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2016 Canonical Ltd.
 
3
 *
 
4
 * This program is free software: you can redistribute it and/or modify it
 
5
 * under the terms of the GNU Lesser General Public License version 3,
 
6
 * as published by the Free Software Foundation.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU Lesser General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public License
 
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 */
 
16
 
 
17
pragma Singleton
 
18
import QtQuick 2.4
 
19
 
 
20
QtObject {
 
21
    property string lastFolder
 
22
}