~ubuntu-branches/ubuntu/wily/kid3/wily-proposed

« back to all changes in this revision

Viewing changes to src/core/utils/movetotrash.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2012-05-14 18:27:44 UTC
  • mfrom: (1.1.14) (2.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120514182744-4tul4661q4rao8vm
Tags: 2.1-2
Remove patch 01-gcc4.7-ftbfs, it was merged with 2.1 to another location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#ifndef MOVETOTRASH_H
28
28
#define MOVETOTRASH_H
29
29
 
 
30
#include "kid3api.h"
 
31
 
30
32
class QString;
31
33
 
32
34
namespace Utils {
38
40
   *
39
41
   * @return true if ok.
40
42
   */
41
 
  bool moveToTrash(const QString& path);
 
43
  bool KID3_CORE_EXPORT moveToTrash(const QString& path);
42
44
 
43
45
}
44
46