merged develop

This commit is contained in:
Luis Ángel San Martín
2016-04-19 23:19:39 +02:00
30 changed files with 638 additions and 125 deletions

View File

@ -7,7 +7,7 @@ class LibraryItem : public QObject
{
Q_OBJECT
public:
virtual bool isDir() = 0;
virtual bool isDir() const = 0;
LibraryItem & operator=(const LibraryItem & other);
QString name;
QString path;