18 #ifndef COM_UBUNTU_CONTENT_ITEM_H_
19 #define COM_UBUNTU_CONTENT_ITEM_H_
22 #include <QSharedPointer>
42 Item& operator=(const Item&);
43 bool operator==(const Item&) const;
45 Q_INVOKABLE const QUrl&
url() const;
49 QSharedPointer<Private> d;
56 #endif // COM_UBUNTU_CONTENT_ITEM_H_