Convert the names used in ui and c++ files from snake_case to camelCase

This commit is contained in:
thalieht
2018-06-14 12:38:18 +03:00
parent ca68b86550
commit 6d4434ad66
22 changed files with 315 additions and 314 deletions

View File

@@ -905,7 +905,7 @@
</layout>
</widget>
<widget class="QWidget" name="pageTrackers">
<layout class="QHBoxLayout" name="horizontalLayout_trackers">
<layout class="QHBoxLayout" name="hBoxLayoutTrackers">
<property name="leftMargin">
<number>0</number>
</property>
@@ -957,7 +957,7 @@
</layout>
</widget>
<widget class="QWidget" name="pagePeers">
<layout class="QVBoxLayout" name="peerpage_layout">
<layout class="QVBoxLayout" name="vBoxLayoutPeerPage">
<property name="leftMargin">
<number>0</number>
</property>
@@ -1083,7 +1083,7 @@
</widget>
</item>
</layout>
<action name="actionNot_downloaded">
<action name="actionNotDownloaded">
<property name="text">
<string>Do not download</string>
</property>