From fe1d9a493fdee620d2a1231da659710d7db41d01 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Sat, 2 Jan 2021 19:51:50 +0100 Subject: [PATCH] Fixed warning in centralwidget example because of missing svg file --- examples/centralwidget/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/centralwidget/mainwindow.cpp b/examples/centralwidget/mainwindow.cpp index c5d49b5..7243a5c 100644 --- a/examples/centralwidget/mainwindow.cpp +++ b/examples/centralwidget/mainwindow.cpp @@ -103,7 +103,6 @@ CMainWindow::~CMainWindow() void CMainWindow::createPerspectiveUi() { SavePerspectiveAction = new QAction("Create Perspective", this); - SavePerspectiveAction->setIcon(svgIcon(":/adsdemo/images/picture_in_picture.svg")); connect(SavePerspectiveAction, SIGNAL(triggered()), SLOT(savePerspective())); PerspectiveListAction = new QWidgetAction(this); PerspectiveComboBox = new QComboBox(this);