mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-19 09:54:15 +01:00
OP-9 GCS/uavobjectbrowser: Compile fix.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@486 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
a57ce6bc43
commit
9a4be641fb
@ -117,9 +117,9 @@ class DataObjectTreeItem : public TreeItem
|
||||
{
|
||||
public:
|
||||
DataObjectTreeItem(const QList<QVariant> &data, TreeItem *parent = 0) :
|
||||
TreeItem(data, parent), m_obj(0), m_highlight(false) { }
|
||||
TreeItem(data, parent), m_obj(0) { }
|
||||
DataObjectTreeItem(const QVariant &data, TreeItem *parent = 0) :
|
||||
TreeItem(data, parent), m_obj(0), m_highlight(false) { }
|
||||
TreeItem(data, parent), m_obj(0) { }
|
||||
void setObject(UAVObject *obj) { m_obj = obj; }
|
||||
inline UAVObject *object() { return m_obj; }
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user