X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=81b49057adfa25f72a44db14eaa7ce3c7f54700b;hb=4523c5096aa9f719661805a7945f125495b55953;hp=21b66b534f59119b492b6be69bb049c094389768;hpb=1c4c23b87cde3778792caa1400030075b0504129;p=pulseview.git diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 21b66b5..81b4905 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -58,7 +58,7 @@ #include #include #include -#include +#include using std::list; using std::map; @@ -196,8 +196,7 @@ void MainWindow::setup_ui() // Set the window icon QIcon icon; - icon.addFile(QString::fromUtf8(":/icons/sigrok-logo-notext.png"), - QSize(), QIcon::Normal, QIcon::Off); + icon.addFile(QString(":/icons/sigrok-logo-notext.svg")); setWindowIcon(icon); // Setup the central widget