1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 16:17:45 +00:00

LibGUI: Rename Link => LinkLabel

This commit is contained in:
Andreas Kling 2020-12-26 13:00:24 +01:00
parent 788594c0c2
commit 5452c8a566
4 changed files with 15 additions and 14 deletions

View file

@ -46,7 +46,7 @@ set(SOURCES
Label.cpp
Layout.cpp
LazyWidget.cpp
Link.cpp
LinkLabel.cpp
ListView.cpp
Menu.cpp
MenuBar.cpp