From d92493524fb468085673db3c2d32fbfdb2f47054 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sun, 29 May 2011 08:18:07 +0000 Subject: [PATCH] Fix compilation without QImageBlitz that is not used anymore svn path=/trunk/kdenlive/; revision=5615 --- src/stopmotion/stopmotion.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/stopmotion/stopmotion.h b/src/stopmotion/stopmotion.h index 98636f36..cf88542e 100644 --- a/src/stopmotion/stopmotion.h +++ b/src/stopmotion/stopmotion.h @@ -158,10 +158,9 @@ private: /** @brief A new frame arrived, reload overlay. */ void reloadOverlay(); - -#ifdef QIMAGEBLITZ + /** @brief Holds the index of the effect to be applied to the video feed. */ int m_effectIndex; -#endif + public slots: /** @brief Display the live feed from capture device. -- 2.39.2