改名
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ QColor to_qcolor(Color color) {
|
||||
} // namespace
|
||||
|
||||
Abs_Plot_Private::Abs_Plot_Private(bool continuous_rendering)
|
||||
: scene(std::make_unique<Plot_Scene>()), continuous(continuous_rendering) {}
|
||||
: scene(std::make_unique<Render_Scene_2D>()), continuous(continuous_rendering) {}
|
||||
|
||||
Abs_Plot_Private::~Abs_Plot_Private() = default;
|
||||
|
||||
@@ -76,7 +76,7 @@ void Abs_Plot::init() {
|
||||
d->scene->init();
|
||||
}
|
||||
|
||||
Plot_Scene* Abs_Plot::scene() const {
|
||||
Render_Scene_2D* Abs_Plot::scene() const {
|
||||
return d ? d->scene.get() : nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user