From b3bb9c1a78a5fa1accc8a7f2918d13f4c2aeaae0 Mon Sep 17 00:00:00 2001 From: asv Date: Mon, 27 Jun 2005 11:53:49 +0000 Subject: [PATCH] EMPTY method CreatePrs() that was already declared in header file - is added. To be filled by meanfull content in future. --- src/Plot2d/Plot2d_ViewFrame.cxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Plot2d/Plot2d_ViewFrame.cxx b/src/Plot2d/Plot2d_ViewFrame.cxx index 116410def..912dea7eb 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -1702,3 +1702,9 @@ bool Plot2d_Plot2d::existMarker( const QwtSymbol::Style typeMarker, const QColor } return false; } + +// TEMPORARY SOLUTION!!! TO BE IMPLEMENTED!!! +Plot2d_Prs* Plot2d_ViewFrame::CreatePrs( const char* /*entry*/ ) +{ + return 0; +} -- 2.39.2