From: asl Date: Thu, 28 Sep 2017 08:57:31 +0000 (+0300) Subject: refs #1331: access to methods for testing purposes X-Git-Tag: v2.1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=19d83677d431387614608739217818faebd329c4;p=modules%2Fgeom.git refs #1331: access to methods for testing purposes --- diff --git a/src/CurveCreator/CurveCreator_TableView.h b/src/CurveCreator/CurveCreator_TableView.h index c293e8344..16db23856 100644 --- a/src/CurveCreator/CurveCreator_TableView.h +++ b/src/CurveCreator/CurveCreator_TableView.h @@ -41,7 +41,7 @@ public: const QModelIndex& theIndex ) const; }; -class CurveCreator_TableView : public QTableWidget +class CURVECREATOR_EXPORT CurveCreator_TableView : public QTableWidget { Q_OBJECT @@ -65,7 +65,7 @@ public: */ int getPointId( const int theRowId ) const; -private slots: +public slots: void OnHeaderClick( int ); private: