mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Connect update manager to update dialog
This commit is contained in:
parent
c1aa34607f
commit
19f0ab9898
3 changed files with 59 additions and 0 deletions
|
|
@ -68,6 +68,7 @@
|
|||
<addaction name="actionDiscord"/>
|
||||
<addaction name="actionGitHubRepository"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionCheckForUpdates"/>
|
||||
<addaction name="actionAboutSupercellWx"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuView">
|
||||
|
|
@ -404,6 +405,11 @@
|
|||
<string>Dump Radar &Product Records</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCheckForUpdates">
|
||||
<property name="text">
|
||||
<string>&Check for Updates</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../../../../scwx-qt.qrc"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue