From 35f76ecd26cc0ab2d2cf7cf684a3b753088c86ff Mon Sep 17 00:00:00 2001 From: sln Date: Tue, 8 Sep 2009 14:43:03 +0000 Subject: [PATCH] Following methods are exported now because of reusing in GUITHARE PLOT2D_EXPORT QwtSymbol::Style plot2qwtMarker( MarkerType ); PLOT2D_EXPORT MarkerType qwt2plotMarker( QwtSymbol::Style ); --- src/Plot2d/Plot2d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.39.2