Skip to content
Snippets Groups Projects
Commit c8606141 authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed non called slot pluginViewUpdated which broke the viewChanged signal in BaseInterface

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@11714 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 0caaaccb
Branches
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ void Core::viewUpdated( ) {
if ( capture_ )
captureVideo();
emit pluginViewUpdated();
emit pluginViewChanged();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment