From 1e636751d740b6bb9d0e3098910876a7aa8ae53d Mon Sep 17 00:00:00 2001 From: anv Date: Tue, 30 May 2017 12:08:47 +0300 Subject: [PATCH] 0028798: Updating SSP sample --- samples/qt/Interface/src/Translate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/qt/Interface/src/Translate.h b/samples/qt/Interface/src/Translate.h index 2e4d8b40f7..f7a9e19ea0 100755 --- a/samples/qt/Interface/src/Translate.h +++ b/samples/qt/Interface/src/Translate.h @@ -30,9 +30,9 @@ protected: const Handle(TopTools_HSequenceOfShape)& ); virtual bool displayShSequence(const Handle(AIS_InteractiveContext)&, const Handle(TopTools_HSequenceOfShape)& ); + QString selectFileName( const int, const bool ); private: - QString selectFileName( const int, const bool ); TranslateDlg* getDialog( const int, const bool ); Handle(TopTools_HSequenceOfShape) getShapes( const Handle(AIS_InteractiveContext)& );