From: asv Date: Mon, 27 Jun 2005 11:53:49 +0000 (+0000) Subject: EMPTY method CreatePrs() that was already declared in header file - is added. To... X-Git-Tag: T3_0_0_a4~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b3bb9c1a78a5fa1accc8a7f2918d13f4c2aeaae0;p=modules%2Fgui.git EMPTY method CreatePrs() that was already declared in header file - is added. To be filled by meanfull content in future. --- 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; +}