mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 00:22:31 -06:00
Convert the names used in ui and c++ files from snake_case to camelCase
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user