1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:38:10 +00:00
serenity/Userland/Applications/IRCClient
Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions
Also mark them as [[nodiscard]].
2021-07-21 18:02:15 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
IRCAppWindow.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
IRCAppWindow.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCChannel.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IRCChannel.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCChannelMemberListModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCChannelMemberListModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IRCClient.cpp IRCClient: Use target nick than the sender for received private chats 2021-07-21 00:03:13 +02:00
IRCClient.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCLogBuffer.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IRCLogBuffer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCQuery.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IRCQuery.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCWindow.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
IRCWindow.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCWindowListModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCWindowListModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
main.cpp Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00