Commit f85421f 1 parent 8955aca commit f85421f Copy full SHA for f85421f
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ void NotificationWidget::changeEvent(QEvent *e)
142
142
case QEvent::StyleChange:
143
143
case QEvent::PaletteChange:
144
144
case QEvent::ThemeChange:
145
- _ui->_notifIcon ->setPixmap (Resources::getCoreIcon (QStringLiteral (" bell" )).pixmap (_ui->_notifIcon ->size ()));
145
+ _ui->_notificationIcon ->setPixmap (Resources::getCoreIcon (QStringLiteral (" bell" )).pixmap (_ui->_notificationIcon ->size ()));
146
146
break ;
147
147
default :
148
148
break ;
Original file line number Diff line number Diff line change 29
29
<item >
30
30
<layout class =" QHBoxLayout" name =" horizontalLayout_3" >
31
31
<item >
32
- <widget class =" QLabel" name =" _notifIcon " >
32
+ <widget class =" QLabel" name =" _notificationIcon " >
33
33
<property name =" sizePolicy" >
34
34
<sizepolicy hsizetype =" Fixed" vsizetype =" Fixed" >
35
35
<horstretch >0</horstretch >
48
48
<height >48</height >
49
49
</size >
50
50
</property >
51
+ <property name =" accessibleName" >
52
+ <string >Notification icon</string >
53
+ </property >
51
54
<property name =" text" >
52
55
<string />
53
56
</property >
54
57
<property name =" pixmap" >
55
- <pixmap resource =" ../.. /client.qrc" >:/client/resources/light/bell.svg</pixmap >
58
+ <pixmap resource =" ../resources /client.qrc" >:/client/resources/light/bell.svg</pixmap >
56
59
</property >
57
60
<property name =" scaledContents" >
58
61
<bool >true</bool >
126
129
</layout >
127
130
</widget >
128
131
<resources >
129
- <include location =" ../.. /client.qrc" />
132
+ <include location =" ../resources /client.qrc" />
130
133
</resources >
131
134
<connections />
132
135
</ui >
You can’t perform that action at this time.
0 commit comments