From c119fba5cd7ce3871564afa6979b1e222b3425a4 Mon Sep 17 00:00:00 2001 From: un1versal Date: Mon, 9 Nov 2015 09:45:25 +0000 Subject: ChannelsJoinDialog: fix password label not showing closes #1734 --- src/modules/channelsjoin/ChannelsJoinDialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/channelsjoin/ChannelsJoinDialog.cpp') diff --git a/src/modules/channelsjoin/ChannelsJoinDialog.cpp b/src/modules/channelsjoin/ChannelsJoinDialog.cpp index a76474bba..699d698e8 100644 --- a/src/modules/channelsjoin/ChannelsJoinDialog.cpp +++ b/src/modules/channelsjoin/ChannelsJoinDialog.cpp @@ -87,7 +87,8 @@ ChannelsJoinDialog::ChannelsJoinDialog(const char * name) szMsg = __tr2qs("Password"); szMsg.append(":"); - QLabel(szMsg,m_pGroupBox); + + new QLabel(szMsg,m_pGroupBox); m_pPass = new QLineEdit(m_pGroupBox); m_pPass->setEchoMode(QLineEdit::Password); -- cgit v1.3.1-10-gc9f91