1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

Fixes 'Categorize' issue in UAVOBrowser.

This commit is contained in:
Fredrik Arvidsson 2013-06-30 12:54:41 +02:00
parent 3dcaea1cb0
commit 91c19ca829

View File

@ -48,7 +48,7 @@ class QTimer;
class UAVObjectTreeModel : public QAbstractItemModel {
Q_OBJECT
public:
explicit UAVObjectTreeModel(QObject *parent = 0, bool categorize = true, bool useScientificNotation = false);
explicit UAVObjectTreeModel(QObject *parent = 0, bool categorize = false, bool useScientificNotation = false);
~UAVObjectTreeModel();
QVariant data(const QModelIndex &index, int role) const;