From: sln Date: Tue, 8 Sep 2009 14:43:03 +0000 (+0000) Subject: Following methods are exported now because of reusing in GUITHARE X-Git-Tag: CTH_15~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=35f76ecd26cc0ab2d2cf7cf684a3b753088c86ff;p=modules%2Fgui.git Following methods are exported now because of reusing in GUITHARE PLOT2D_EXPORT QwtSymbol::Style plot2qwtMarker( MarkerType ); PLOT2D_EXPORT MarkerType qwt2plotMarker( QwtSymbol::Style ); --- diff --git a/src/Plot2d/Plot2d.h b/src/Plot2d/Plot2d.h index 965f67eb2..44b582967 100755 --- a/src/Plot2d/Plot2d.h +++ b/src/Plot2d/Plot2d.h @@ -61,8 +61,8 @@ namespace Plot2d DashDotDot } LineType; - QwtSymbol::Style plot2qwtMarker( MarkerType ); - MarkerType qwt2plotMarker( QwtSymbol::Style ); + PLOT2D_EXPORT QwtSymbol::Style plot2qwtMarker( MarkerType ); + PLOT2D_EXPORT MarkerType qwt2plotMarker( QwtSymbol::Style ); Qt::PenStyle plot2qwtLine( LineType ); LineType qwt2plotLine( Qt::PenStyle );