From b4c388d6afd261bef5367bb4c27ca7c3e1ef8b89 Mon Sep 17 00:00:00 2001 From: enk Date: Fri, 10 Mar 2006 09:33:24 +0000 Subject: [PATCH] Added new method clearFieldData, which needed for: Fix for Bug IPAL11830: Incorrect title of the warning dialog box --- src/VISU_I/VISU_TimeAnimation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISU_I/VISU_TimeAnimation.h b/src/VISU_I/VISU_TimeAnimation.h index 315415c8..4c5ed652 100644 --- a/src/VISU_I/VISU_TimeAnimation.h +++ b/src/VISU_I/VISU_TimeAnimation.h @@ -66,6 +66,7 @@ class VISU_TimeAnimation: public QObject, public QThread SVTK_ViewWindow* getViewer() { return myView; } void clearView(); void clearData(FieldData& theData); + void clearFieldData() { myFieldsLst.clear();}; void stopAnimation(); void startAnimation(); -- 2.39.2