smol fixes

This commit is contained in:
fourtf 2019-09-18 14:20:21 +02:00
parent 3ab7362304
commit 99f99f0cff
2 changed files with 2 additions and 1 deletions

View file

@ -233,6 +233,7 @@ void IrcServer::readConnectionMessageReceived(Communi::IrcMessage *message)
case Communi::IrcMessage::Pong:
case Communi::IrcMessage::Notice:
case Communi::IrcMessage::Private:
return;
default:

View file

@ -25,7 +25,7 @@
namespace chatterino {
SelectChannelDialog::SelectChannelDialog(QWidget *parent)
: BaseWindow(parent, BaseWindow::EnableCustomFrame)
: BaseWindow(BaseWindow::EnableCustomFrame, parent)
, selectedChannel_(Channel::getEmpty())
{
this->setWindowTitle("Select a channel to join");