~libqtelegram-team/telegram-app/telegram

« back to all changes in this revision

Viewing changes to telegram/app/qml/AccountAddContactHeader.qml

  • Committer: Jin Hsieh
  • Date: 2016-03-14 17:12:15 UTC
  • mfrom: (148.1.13 converged)
  • Revision ID: jin.hsieh@canonical.com-20160314171215-cui1dqd7flipggx8
Tags: 2.1.0.0
MergeĀ lp:~libqtelegram-team/telegram-app/converged

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    property bool isForeign: user == telegramObject.nullUser ? false : user.classType == typeUserForeign
23
23
 
24
24
    function addContact() {
25
 
        pageStack.push(add_contact_page_component, {
 
25
        pageStack.addPageToNextColumn(page, add_contact_page_component, {
26
26
                "telegram": telegramObject,
27
27
                "user": user
28
28
        });