mirror of https://github.com/nymea/nymea.git
fix include
parent
10a0a0ea6c
commit
9bfb395fae
|
|
@ -27,6 +27,8 @@
|
|||
#include "typeutils.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QHash>
|
||||
#include <QVariant>
|
||||
|
||||
class LIBNYMEA_EXPORT BrowserItem
|
||||
{
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
#ifndef MEDIABROWSERITEM_H
|
||||
#define MEDIABROWSERITEM_H
|
||||
|
||||
#include <QHash>
|
||||
|
||||
#include "browseritem.h"
|
||||
|
||||
class MediaBrowserItem: public BrowserItem
|
||||
|
|
|
|||
Loading…
Reference in New Issue