Radar product model cleanup

This commit is contained in:
Dan Paulat 2022-10-10 00:49:49 -05:00
parent 254fbbeb67
commit 782d61e5f0
3 changed files with 67 additions and 81 deletions

View file

@ -37,6 +37,7 @@ protected:
virtual const std::shared_ptr<TreeItem> root_item() const = 0;
private:
friend class TreeModelImpl;
std::unique_ptr<TreeModelImpl> p;
};