summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-21 13:48:56 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-21 13:48:56 +0000
commit84ed109c159dcbd0c9395717d54599e902060b26 (patch)
tree01bb4a4d6148ec46952a1cdd5e923bb7b642305e /helper.h
parentec3418479b28ca8e162f84d76c2eed78c27a114c (diff)
downloadSheMov-84ed109c159dcbd0c9395717d54599e902060b26.tar.gz
SheMov-84ed109c159dcbd0c9395717d54599e902060b26.tar.bz2
SheMov-84ed109c159dcbd0c9395717d54599e902060b26.zip
-Made CoverItem behave consistent
-get QModelIndex from MovieModel by movieId -ArchiveView: added delegates for dvd and size, MovieItem now returns size as int -Finished EditArchiveItemDialog -Reverted covereditor, it became too convoluted git-svn-id: file:///var/svn/repos2/shemov/trunk@393 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 642d566..639c633 100644
--- a/helper.h
+++ b/helper.h
@@ -15,6 +15,9 @@ class QString;
namespace Helper {
const QString mimeType(const QString &path);
const QString md5Sum(const QString &path);
+ bool moveToArchive(const QString &path, const QString &md5);
+ bool removeFromArchive(const QString &filename, const QString &md5);
+ const QString createArchivePath(const QString &path, const QString &md5, bool withMd5 = false);
}
#endif