Rely on Qt ownership to delete class members

This commit is contained in:
Chocobo1
2019-07-14 11:46:10 +08:00
parent 7071c5bda0
commit e74b984a0a
9 changed files with 9 additions and 42 deletions

View File

@@ -50,7 +50,7 @@ public:
};
explicit PropTabBar(QWidget *parent = nullptr);
~PropTabBar();
int currentIndex() const;
signals: