~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to messageviewer/attachmenttemporaryfilesdirs.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-02-06 11:49:08 UTC
  • mfrom: (0.2.38)
  • Revision ID: package-import@ubuntu.com-20130206114908-eb7adh9xp54jk7gi
Tags: 4:4.10.0a-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    void addTempDir( const QString& dir );
38
38
    QStringList temporaryFiles() const;
39
39
    void removeTempFiles();
 
40
    void forceCleanTempFiles();
40
41
 
41
42
private Q_SLOTS:
42
43
    void slotRemoveTempFiles();
43
44
 
44
45
private:
 
46
    void cleanTempFiles();
 
47
private:
45
48
    QStringList mTempFiles;
46
49
    QStringList mTempDirs;
47
50
};