#811 Setting default legend type for category results

This commit is contained in:
Jacob Støren
2016-09-06 14:03:02 +02:00
parent 3e8873c870
commit e4e3c37f89
6 changed files with 49 additions and 2 deletions

View File

@@ -43,4 +43,7 @@ public:
void updateIconState();
virtual void initAfterRead();
protected:
void updateLegendCategorySettings() override;
};