file renaming
This commit is contained in:
parent
dc709dca3a
commit
0841ec12a4
5 changed files with 3 additions and 3 deletions
|
@ -410,7 +410,7 @@ DISTFILES += AUTHORS \
|
|||
src/res/HLEDYellowSmall.png \
|
||||
src/res/ledbuttonnotpressed.png \
|
||||
src/res/ledbuttonpressed.png \
|
||||
src/res/llconfronticon.png \
|
||||
src/res/fronticon.png \
|
||||
src/res/logopicture.png \
|
||||
src/res/mainicon.png \
|
||||
src/res/mixerboardbackground.png \
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="resources.qrc" >:/png/main/res/llconfronticon.png</pixmap>
|
||||
<pixmap resource="resources.qrc" >:/png/main/res/fronticon.png</pixmap>
|
||||
</property>
|
||||
<property name="alignment" >
|
||||
<set>Qt::AlignCenter</set>
|
||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -46,7 +46,7 @@
|
|||
<file>res/instrharmonica.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/png/main" >
|
||||
<file>res/llconfronticon.png</file>
|
||||
<file>res/fronticon.png</file>
|
||||
<file>res/logopicture.png</file>
|
||||
<file>res/mainicon.png</file>
|
||||
</qresource>
|
||||
|
|
Loading…
Reference in a new issue