remove mainicon.png since it is not used anymore
This commit is contained in:
parent
28f4625e93
commit
8b6537c509
4 changed files with 1 additions and 3 deletions
|
@ -683,7 +683,6 @@ DISTFILES += ChangeLog \
|
||||||
src/res/ledbuttonnotpressed.png \
|
src/res/ledbuttonnotpressed.png \
|
||||||
src/res/ledbuttonpressed.png \
|
src/res/ledbuttonpressed.png \
|
||||||
src/res/fronticon.png \
|
src/res/fronticon.png \
|
||||||
src/res/mainicon.png \
|
|
||||||
src/res/mixerboardbackground.png \
|
src/res/mixerboardbackground.png \
|
||||||
src/res/VLEDBlack.png \
|
src/res/VLEDBlack.png \
|
||||||
src/res/VLEDBlackSmall.png \
|
src/res/VLEDBlackSmall.png \
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/png/main/res/mainicon.png</normaloff>:/png/main/res/mainicon.png</iconset>
|
<normaloff>:/png/main/res/fronticon.png</normaloff>:/png/main/res/fronticon.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeGripEnabled">
|
<property name="sizeGripEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 775 B |
|
@ -119,7 +119,6 @@
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/png/main">
|
<qresource prefix="/png/main">
|
||||||
<file>res/fronticon.png</file>
|
<file>res/fronticon.png</file>
|
||||||
<file>res/mainicon.png</file>
|
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/png/flags">
|
<qresource prefix="/png/flags">
|
||||||
<file>res/flags/flagnone.png</file>
|
<file>res/flags/flagnone.png</file>
|
||||||
|
|
Loading…
Reference in a new issue