[vlmc-devel] [PATCH 1/2] removed unnecessary icon change

Hugo Beauzée-Luyssen hugo at beauzee.fr
Mon Mar 14 21:16:37 CET 2016


On 03/13/2016 10:32 AM, Abhimanyu Singh Gaur wrote:
> On clicking the stop button in project preview, after playing a media, the icon of play button was already getting changed through connected signal. So there was no need to change it again.
> ---
>  src/Gui/preview/PreviewWidget.cpp | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/src/Gui/preview/PreviewWidget.cpp b/src/Gui/preview/PreviewWidget.cpp
> index 5547e53..f5bc00b 100644
> --- a/src/Gui/preview/PreviewWidget.cpp
> +++ b/src/Gui/preview/PreviewWidget.cpp
> @@ -190,7 +190,6 @@ PreviewWidget::stop()
>      {
>          m_previewStopped = true;
>          m_renderer->stop();
> -        m_ui->pushButtonPlay->setIcon( QIcon( ":/images/play" ) );
>      }
>  }
>  
> 
Applied, thanks!

-- 
Hugo Beauzée-Luyssen
www.beauzee.fr


More information about the Vlmc-devel mailing list