~ubuntu-branches/ubuntu/natty/kdebindings/natty

« back to all changes in this revision

Viewing changes to python/pykde4/sip/nepomuk/filequery.sip

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muskovac, Jonathan Riddell, Philip Muskovac
  • Date: 2010-12-23 01:06:35 UTC
  • mfrom: (1.1.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20101223010635-2i4d9nh4t6k31o7j
Tags: 4:4.5.90-0ubuntu1
[ Jonathan Riddell ]
* New upstream RC release

[ Philip Muskovac ]
* Add build-dep on libqimageblitz-dev again

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    typedef QFlags<Nepomuk::Query::FileQuery::FileModeFlags> FileMode;
48
48
    void                    setFileMode (Nepomuk::Query::FileQuery::FileMode mode);
49
49
    Nepomuk::Query::FileQuery::FileMode  fileMode () const;
 
50
    void                    addIncludeFolder (const KUrl& folder, bool recursive);
 
51
    void                    setIncludeFolders (const QHash<KUrl,bool>& folders);
 
52
    QHash<KUrl,bool>        allIncludeFolders () const;
50
53
};
51
54
};
52
55
};