~ubuntu-branches/ubuntu/gutsy/gwenview/gutsy

« back to all changes in this revision

Viewing changes to src/app/kipiinterface.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-11-08 12:19:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20061108121900-xauexz0mdazy38m8
Tags: 1.4.1-1ubuntu1
Sync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        KURL uploadRoot()        { return KURL("/"); }
69
69
        KURL uploadPath()        { return mDirURL; }
70
70
        QString uploadRootName() { return "/"; }
 
71
        bool isDirectory()       { return true; }
71
72
 
72
73
private:
73
74
    KURL mDirURL;