Part/Import: [skip ci] disable use of Message_ProgressIndicator for OCC >= 7.5 due to major API changes
This commit is contained in:
@@ -54,6 +54,7 @@ using namespace Part;
|
||||
\endcode
|
||||
*/
|
||||
|
||||
#if OCC_VERSION_HEX < 0x070500
|
||||
ProgressIndicator::ProgressIndicator (int theMaxVal)
|
||||
: myProgress(new Base::SequencerLauncher("", theMaxVal))
|
||||
{
|
||||
@@ -83,3 +84,4 @@ Standard_Boolean ProgressIndicator::UserBreak()
|
||||
{
|
||||
return myProgress->wasCanceled();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user