summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-02-20 10:35:19 +0100
committerArno <am@disconnect.de>2011-02-20 10:35:19 +0100
commitef93566e66f5c9d52de72e654d4a7dff576f3c42 (patch)
tree75b9a7513878b7ad962d4f85246fe0adcf4c4049 /helper.h
parent23289ad65a1b06d3c3e9bbd4706ce75ce40c4b52 (diff)
downloadSheMov-ef93566e66f5c9d52de72e654d4a7dff576f3c42.tar.gz
SheMov-ef93566e66f5c9d52de72e654d4a7dff576f3c42.tar.bz2
SheMov-ef93566e66f5c9d52de72e654d4a7dff576f3c42.zip
Show metadata in ArchiveView
Added a widget to display metadata beside actors and genres when available
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 0ca967d..e6802eb 100644
--- a/helper.h
+++ b/helper.h
@@ -28,6 +28,7 @@ namespace Helper {
const QString durationFromSecs(qint64 secs);
QVariant bytesFromUnit(QVariant number, const QString unit);
const QStringList toStringList(const QList<QVariant> &list);
+ const QString colorToHtml(const QColor &color);
class SortFileInfoList : public std::binary_function<QFileInfo, QFileInfo, bool> {
public:
bool operator()(const QFileInfo &lhs, const QFileInfo &rhs) const;