diff options
author | Arno <am@disconnect.de> | 2013-03-16 16:13:05 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-16 16:13:05 +0100 |
commit | 7bda040f35c6be15dbf1ba007de28849a0803cae (patch) | |
tree | 561995ddb3cd7087dbc6b993c0a5a4cd0166418f /helper.h | |
parent | 5dbe3b400f798b0d9c5c72bb1fdbf762c603fad8 (diff) | |
download | SheMov-7bda040f35c6be15dbf1ba007de28849a0803cae.tar.gz SheMov-7bda040f35c6be15dbf1ba007de28849a0803cae.tar.bz2 SheMov-7bda040f35c6be15dbf1ba007de28849a0803cae.zip |
First shot at SmDirModel
Gotta take a break here. Hopefully this will end up in a custom
QFilesystemModel, but I'm hitting so many bugs on the way. Some things
haven't worked for ages, I guess.
Anyway, the watcher doesn't do anythying right now, still fixing bugs...
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ #include <QPair> #include <QStringList> #include <QVariant> +#include <QList> #include <magic.h> @@ -30,6 +31,7 @@ namespace Helper { const QStringList toStringList(const QList<QVariant> &list); const QString colorToHtml(const QColor &color); void centerWidget(QWidget *widget); + QList<QVariant> duration(const QString &path); } #endif |