~ubuntu-branches/ubuntu/lucid/ktorrent/lucid

« back to all changes in this revision

Viewing changes to libktorrent/torrent/chunkmanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Richard Birnie
  • Date: 2008-05-01 02:04:27 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20080501020427-7a201e1laty533yt
Tags: 2.2.6.dfsg.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - kubuntu_03_remove_nasty_search_engines.patch still present in debian/patches
  - (LP #227462)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
class QStringList;
32
32
 
 
33
namespace KIO
 
34
{
 
35
        class Job;
 
36
}
 
37
 
33
38
namespace bt
34
39
{
35
40
        class Torrent;
101
106
                /**
102
107
                 * Move the data files of the torrent.
103
108
                 * @param ndir The new directory
104
 
                 */
105
 
                void moveDataFiles(const QString & ndir);
 
109
                 * @return The job doing the move
 
110
                 */
 
111
                KIO::Job* moveDataFiles(const QString & ndir);
 
112
                
 
113
                /**
 
114
                 * The move data files job has finished
 
115
                 * @param job The move job
 
116
                 */
 
117
                void moveDataFilesCompleted(KIO::Job* job);
106
118
                
107
119
                /**
108
120
                 * Loads the index file.