Part/Import: [skip ci] disable use of Message_ProgressIndicator for OCC >= 7.5 due to major API changes
This commit is contained in:
@@ -25,11 +25,13 @@
|
||||
#define PART_PROGRESSINDICATOR_H
|
||||
|
||||
#include <Message_ProgressIndicator.hxx>
|
||||
#include <Standard_Version.hxx>
|
||||
#include <Base/Sequencer.h>
|
||||
#include <memory>
|
||||
|
||||
namespace Part {
|
||||
|
||||
#if OCC_VERSION_HEX < 0x070500
|
||||
class PartExport ProgressIndicator : public Message_ProgressIndicator
|
||||
{
|
||||
public:
|
||||
@@ -42,6 +44,7 @@ public:
|
||||
private:
|
||||
std::unique_ptr<Base::SequencerLauncher> myProgress;
|
||||
};
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user