]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/qc_graphicview.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / mainapp / qc_graphicview.cpp
index 799d4ad69ea752424a1a7ba6646a4cf976feb327..33cf23aef6e2af478ca658033e288190809326b9 100644 (file)
@@ -45,5 +45,5 @@ void QC_GraphicView::drawIt()
        if (!isUpdateEnabled())
                return;
 
-       RS_GraphicView::drawIt();
+       GraphicView::drawIt();
 }