From 19d83677d431387614608739217818faebd329c4 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 28 Sep 2017 11:57:31 +0300 Subject: [PATCH] refs #1331: access to methods for testing purposes --- src/CurveCreator/CurveCreator_TableView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2