mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 18:55:09 +00:00
AK: Eradicate the uses of out().
This commit is contained in:
parent
61e73b1a7b
commit
88bca152c9
7 changed files with 475 additions and 259 deletions
|
@ -137,7 +137,7 @@ void IRCAppWindow::setup_actions()
|
|||
});
|
||||
|
||||
m_close_query_action = GUI::Action::create("Close query", { Mod_Ctrl, Key_D }, Gfx::Bitmap::load_from_file("/res/icons/16x16/irc-close-query.png"), [](auto&) {
|
||||
out() << "FIXME: Implement close-query action";
|
||||
outln("FIXME: Implement close-query action");
|
||||
});
|
||||
|
||||
m_change_nick_action = GUI::Action::create("Change nickname", Gfx::Bitmap::load_from_file("/res/icons/16x16/irc-nick.png"), [this](auto&) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue