~ubuntu-branches/ubuntu/trusty/kdevplatform/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/subversion/kdevsvnplugin.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muskovac
  • Date: 2011-01-12 16:35:32 UTC
  • mfrom: (0.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110112163532-i22jhfmtvoq9oyjb
Tags: 1.1.90-0ubuntu1~ppa2
* New upstream release 
  - don't suggest removed l10n packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
bool KDevSvnPlugin::isVersionControlled(const KUrl& localLocation)
104
104
{
 
105
    ///TODO: also check this in the other functions?
 
106
    if (!localLocation.isValid()) {
 
107
        return false;
 
108
    }
 
109
 
105
110
    SvnInfoJob* job = new SvnInfoJob(this);
106
111
 
107
112
    job->setLocation(localLocation);