mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 02:36:10 +03:00
Fix warnings in mainwindow.ui. Closes #5117.
gui/mainwindow.ui: Warning: The name 'actionExecutionLogs' (QAction) is already in use, defaulting to 'actionExecutionLogs1'. gui/mainwindow.ui: Warning: action `actionSearch_engine' not declared gui/mainwindow.ui: Warning: action `actionRSS_Reader' not declared
This commit is contained in:
parent
e4c0da4ed4
commit
75bdfe971b
1 changed files with 1 additions and 14 deletions
|
@ -35,7 +35,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>914</width>
|
||||
<height>21</height>
|
||||
<height>23</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuEdit">
|
||||
|
@ -108,8 +108,6 @@
|
|||
<addaction name="actionCriticalMessages"/>
|
||||
</widget>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSearch_engine"/>
|
||||
<addaction name="actionRSS_Reader"/>
|
||||
<addaction name="menuLog"/>
|
||||
<addaction name="actionTopToolBar"/>
|
||||
<addaction name="actionSpeedInTitleBar"/>
|
||||
|
@ -355,17 +353,6 @@
|
|||
<string>P&ause All</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExecutionLogs">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Log</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Execution Log</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAutoExit">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Reference in a new issue