~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to EventDetails.qml

  • Committer: Akiva Avraham
  • Date: 2014-09-02 00:02:38 UTC
  • mto: This revision was merged to the branch mainline in revision 437.
  • Revision ID: akiva@linux.com-20140902000238-0bgjc8m7j3o6ryvm
Upgraded component library imports

ubuntu.components > 1.1
ubuntu.components.xxxx > 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
18
import QtQuick 2.0
19
 
import Ubuntu.Components 0.1
20
 
import Ubuntu.Components.Popups 0.1
21
 
import Ubuntu.Components.ListItems 0.1
22
 
import Ubuntu.Components.Themes.Ambiance 0.1
 
19
import Ubuntu.Components 1.1
 
20
import Ubuntu.Components.Popups 1.0
 
21
import Ubuntu.Components.ListItems 1.0
 
22
import Ubuntu.Components.Themes.Ambiance 1.0
23
23
import QtOrganizer 5.0
24
24
 
25
25
import "Defines.js" as Defines