NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce unique_qobject_ptr, refactor MainWindow to match
This commit is contained in:
@ -68,5 +68,5 @@ slots:
|
||||
|
||||
private:
|
||||
Ui::JavaPage *ui;
|
||||
QObjectPtr<JavaCommon::TestCheck> checker;
|
||||
unique_qobject_ptr<JavaCommon::TestCheck> checker;
|
||||
};
|
||||
|
Reference in New Issue
Block a user