Skip to content

Commit

Permalink
That didn't work either
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed Feb 12, 2020
1 parent bb824aa commit 1d71a85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion SPIERSalign/align.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<qresource prefix="/">
<file>resources/SPIERSalignIcon.svg</file>
<file>resources/SPIERSalignIcon.icns</file>
<file alias="icon.png">resources/SPIERSalignIcon128x128.png</file>
</qresource>
</RCC>
Binary file removed SPIERSalign/resources/SPIERSalignIcon128x128.png
Binary file not shown.
1 change: 0 additions & 1 deletion SPIERSalign/src/mainwindowimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ MainWindowImpl::MainWindowImpl(QWidget *parent, Qt::WindowFlags f)
qDebug() << QImageWriter::supportedImageFormats();

setWindowTitle(QString(PRODUCTNAME) + " - Version " + QString(SOFTWARE_VERSION));
setWindowIcon(QIcon (":/icon.png"));

showMaximized();

Expand Down

0 comments on commit 1d71a85

Please sign in to comment.