Skip to content

Commit

Permalink
qml: Rename NetworkHomeDisplay to BrowseHomeDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
3unjee authored and robUx4 committed Oct 31, 2022
1 parent c68b00c commit b46d703
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/gui/qt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -851,13 +851,13 @@ libqt_plugin_la_QML = \
gui/qt/network/qml/BrowseDeviceHeader.qml \
gui/qt/network/qml/BrowseDeviceView.qml \
gui/qt/network/qml/BrowseDisplay.qml \
gui/qt/network/qml/BrowseHomeDisplay.qml \
gui/qt/network/qml/DiscoverDisplay.qml \
gui/qt/network/qml/DiscoverUrlDisplay.qml \
gui/qt/network/qml/NetworkAddressbar.qml \
gui/qt/network/qml/NetworkBrowseDisplay.qml \
gui/qt/network/qml/NetworkCustomCover.qml \
gui/qt/network/qml/NetworkGridItem.qml \
gui/qt/network/qml/NetworkHomeDisplay.qml \
gui/qt/network/qml/NetworkListItem.qml \
gui/qt/network/qml/NetworkThumbnailItem.qml \
gui/qt/network/qml/ServicesHomeDisplay.qml \
Expand Down
2 changes: 1 addition & 1 deletion modules/gui/qt/network/qml/BrowseDisplay.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Widgets.PageLoader {

pageModel: [{
name: "home",
url: "qrc:///network/NetworkHomeDisplay.qml"
url: "qrc:///network/BrowseHomeDisplay.qml"
}, {
name: "device",
component: browseDevice,
Expand Down
2 changes: 1 addition & 1 deletion modules/gui/qt/vlc.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@
<file alias="BrowseDeviceHeader.qml">network/qml/BrowseDeviceHeader.qml</file>
<file alias="BrowseDeviceView.qml">network/qml/BrowseDeviceView.qml</file>
<file alias="BrowseDisplay.qml">network/qml/BrowseDisplay.qml</file>
<file alias="BrowseHomeDisplay.qml">network/qml/BrowseHomeDisplay.qml</file>
<file alias="DiscoverDisplay.qml">network/qml/DiscoverDisplay.qml</file>
<file alias="DiscoverUrlDisplay.qml">network/qml/DiscoverUrlDisplay.qml</file>
<file alias="NetworkCustomCover.qml">network/qml/NetworkCustomCover.qml</file>
<file alias="NetworkHomeDisplay.qml">network/qml/NetworkHomeDisplay.qml</file>
<file alias="NetworkBrowseDisplay.qml">network/qml/NetworkBrowseDisplay.qml</file>
<file alias="NetworkGridItem.qml">network/qml/NetworkGridItem.qml</file>
<file alias="NetworkListItem.qml">network/qml/NetworkListItem.qml</file>
Expand Down
2 changes: 1 addition & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -833,11 +833,11 @@ modules/gui/qt/menus/qml_menu_wrapper.hpp
modules/gui/qt/network/qml/BrowseDeviceHeader.qml
modules/gui/qt/network/qml/BrowseDeviceView.qml
modules/gui/qt/network/qml/BrowseDisplay.qml
modules/gui/qt/network/qml/BrowseHomeDisplay.qml
modules/gui/qt/network/qml/DiscoverDisplay.qml
modules/gui/qt/network/qml/DiscoverUrlDisplay.qml
modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
modules/gui/qt/network/qml/NetworkGridItem.qml
modules/gui/qt/network/qml/NetworkHomeDisplay.qml
modules/gui/qt/network/qml/NetworkListItem.qml
modules/gui/qt/network/qml/ServicesHomeDisplay.qml
modules/gui/qt/player/control_list_filter.cpp
Expand Down

0 comments on commit b46d703

Please sign in to comment.