Fix solar system browser item model

pull/3/head
Li Linfeng 2019-08-27 11:18:45 +08:00 committed by Hleb Valoshka
parent bcce84601c
commit 3a17adb08a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
using namespace std;
class SolarSystemTreeModel : public QAbstractTableModel, public ModelHelper
class SolarSystemTreeModel : public QAbstractItemModel, public ModelHelper
{
public:
SolarSystemTreeModel(const Universe* _universe);