mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
Deleted all trailing whitespace.
This commit is contained in:
@@ -2474,7 +2474,7 @@ void DefaultViewPort::saveView()
|
||||
if (!fileName.isEmpty()) //save the picture
|
||||
{
|
||||
QString extension = fileName.right(3);
|
||||
|
||||
|
||||
// Create a new pixmap to render the viewport into
|
||||
QPixmap viewportPixmap(viewport()->size());
|
||||
viewport()->render(&viewportPixmap);
|
||||
|
||||
Reference in New Issue
Block a user