[qt] sync-overlay: Don't show progress twice

* Don't show integer progress in progress bar. (Already shown in front
  of progress bar)

* Also, use non-static method to get current msecs
This commit is contained in:
MarcoFalke
2016-09-27 20:52:16 +02:00
parent bf8e68aba6
commit fafeec3cf2
2 changed files with 5 additions and 4 deletions

View File

@@ -276,6 +276,9 @@ QLabel { color: rgb(40,40,40); }</string>
<property name="value">
<number>24</number>
</property>
<property name="format">
<string/>
</property>
</widget>
</item>
</layout>