]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
refs #1331: access to methods for testing purposes
authorasl <asl@opencascade.com>
Thu, 28 Sep 2017 08:57:31 +0000 (11:57 +0300)
committerasl <asl@opencascade.com>
Thu, 28 Sep 2017 08:57:31 +0000 (11:57 +0300)
src/CurveCreator/CurveCreator_TableView.h

index c293e834416ec5ac4a01e124af2504ffcbd8b483..16db2385695b71761e826b4564eb5fb2daf0b1ac 100644 (file)
@@ -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: