~blue-shell/accounts/trunk

« back to all changes in this revision

Viewing changes to src/jobs/ownclouddialog.cpp

  • Committer: Àlex Fiestas
  • Date: 2013-05-20 19:09:30 UTC
  • Revision ID: git-v1:2fbc6d95f331644e0fb278e5e9847c7bd83f28a0
Added accesors for user/pass/host in owncloudDialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    button(KDialog::Ok)->setEnabled(false);
67
67
}
68
68
 
 
69
QString OwncloudDialog::username() const
 
70
{
 
71
    return usernameLine->text();
 
72
}
 
73
 
 
74
QString OwncloudDialog::password() const
 
75
{
 
76
    return passwordLine->text();
 
77
}
 
78
 
 
79
QString OwncloudDialog::host() const
 
80
{
 
81
    return m_url;
 
82
}
 
83
 
69
84
void OwncloudDialog::hostChanged()
70
85
{
71
86
    m_timerHost->start();