mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
refs #1331: access to methods for testing purposes
This commit is contained in:
parent
19eba9530f
commit
19d83677d4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user