# HG changeset patch # User Stefan Karlsson # Date 1269790589 -3600 # Node ID 82f48373d3dd44238f2e0745209070a071643fe8 # Parent d55f59a6de23665302462be3730372050e249294 Fixed "extra qualification" syntax errors. diff -r d55f59a6de23 -r 82f48373d3dd videditor/VideoEditorUiComponents/inc/VeiCutterBar.h --- a/videditor/VideoEditorUiComponents/inc/VeiCutterBar.h Mon Mar 08 21:43:30 2010 +0000 +++ b/videditor/VideoEditorUiComponents/inc/VeiCutterBar.h Sun Mar 28 16:36:29 2010 +0100 @@ -268,7 +268,7 @@ * * @return rect of the area to be cut */ - TRect CVeiCutterBar::CalculateCutAreaRect() const; + TRect CalculateCutAreaRect() const; private: diff -r d55f59a6de23 -r 82f48373d3dd videditor/VideoEditorUiComponents/inc/VeiErrorUi.h --- a/videditor/VideoEditorUiComponents/inc/VeiErrorUi.h Mon Mar 08 21:43:30 2010 +0000 +++ b/videditor/VideoEditorUiComponents/inc/VeiErrorUi.h Sun Mar 28 16:36:29 2010 +0100 @@ -44,7 +44,7 @@ /** * Destructor */ - CVeiErrorUI::~CVeiErrorUI(); + ~CVeiErrorUI(); /** * Static factory constructor. diff -r d55f59a6de23 -r 82f48373d3dd videditor/VideoEditorUiComponents/inc/VeiTextDisplay.h --- a/videditor/VideoEditorUiComponents/inc/VeiTextDisplay.h Mon Mar 08 21:43:30 2010 +0000 +++ b/videditor/VideoEditorUiComponents/inc/VeiTextDisplay.h Sun Mar 28 16:36:29 2010 +0100 @@ -175,7 +175,7 @@ * C++ default constructor. * */ - CVeiTextDisplay::CVeiTextDisplay(); + CVeiTextDisplay(); /** * From CCoeControl,Draw. diff -r d55f59a6de23 -r 82f48373d3dd videoeditorengine/vedengine/videoprocessor/inc/movieprocessorimpl.h --- a/videoeditorengine/vedengine/videoprocessor/inc/movieprocessorimpl.h Mon Mar 08 21:43:30 2010 +0000 +++ b/videoeditorengine/vedengine/videoprocessor/inc/movieprocessorimpl.h Sun Mar 28 16:36:29 2010 +0100 @@ -809,7 +809,7 @@ * * @param aValue The color to adjustTVedColorEffect type (B&W or ColorTone) */ - void CMovieProcessorImpl::AdjustH263UV(TInt& aValue); + void AdjustH263UV(TInt& aValue); /** * Process audio frames