Check for program updates every 15min and allow the user to manually check for updates through the help menu.

This commit is contained in:
sledgehammer999
2013-11-23 14:58:03 +02:00
parent e637ff188c
commit cc92f172e3
3 changed files with 53 additions and 9 deletions

View File

@@ -53,6 +53,7 @@
<addaction name="actionWebsite"/>
<addaction name="actionDocumentation"/>
<addaction name="actionDonate_money"/>
<addaction name="actionCheck_for_updates"/>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menu_Options">
@@ -381,6 +382,14 @@
<string>Statistics</string>
</property>
</action>
<action name="actionCheck_for_updates">
<property name="text">
<string>Check for updates</string>
</property>
<property name="toolTip">
<string>Check for program updates</string>
</property>
</action>
</widget>
<resources>
<include location="icons.qrc"/>