Remove svg dependencies

This commit is contained in:
lupoDharkael
2017-06-07 19:54:54 +02:00
parent 874f4c0815
commit 5a5e390fa0
4 changed files with 4 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ InfoWindow::InfoWindow(QWidget *parent) : QWidget(parent) {
setAttribute(Qt::WA_DeleteOnClose);
setFixedSize(400, 275);
setWindowFlags(Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint);
setWindowIcon(QIcon(":img/flameshot.svg"));
setWindowIcon(QIcon(":img/flameshot.png"));
setWindowTitle(tr("About"));
layout = new QVBoxLayout(this);