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:
parent
3dcaea1cb0
commit
91c19ca829
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user