refs #1331: access to methods for testing purposes

This commit is contained in:
asl 2017-09-28 11:57:31 +03:00
parent 19eba9530f
commit 19d83677d4

View 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: