diff options
| author | 2017-10-21 23:35:01 -0400 | |
|---|---|---|
| committer | 2017-10-21 23:35:01 -0400 | |
| commit | 0f76c9b0c706764c334c1b0fa49842ccaddd8d94 (patch) | |
| tree | 176348ef638ad6bb8ee56d564c3a5d932fc6d2f7 /src/modules/channelsjoin/ChannelsJoinDialog.cpp | |
| parent | Fix typo introduced in e9f3c22 (diff) | |
| download | KVIrc-0f76c9b0c706764c334c1b0fa49842ccaddd8d94.tar.gz KVIrc-0f76c9b0c706764c334c1b0fa49842ccaddd8d94.tar.bz2 KVIrc-0f76c9b0c706764c334c1b0fa49842ccaddd8d94.zip | |
General code cleanup and coverity fixes - mostly fixes uninitialized members
Diffstat (limited to 'src/modules/channelsjoin/ChannelsJoinDialog.cpp')
| -rw-r--r-- | src/modules/channelsjoin/ChannelsJoinDialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/channelsjoin/ChannelsJoinDialog.cpp b/src/modules/channelsjoin/ChannelsJoinDialog.cpp index b373e87ea..d2c03f419 100644 --- a/src/modules/channelsjoin/ChannelsJoinDialog.cpp +++ b/src/modules/channelsjoin/ChannelsJoinDialog.cpp @@ -61,8 +61,6 @@ ChannelsJoinDialog::ChannelsJoinDialog(const char * name) setWindowTitle(__tr2qs("Join Channels - KVIrc")); setWindowIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Channel))); - m_pConsole = nullptr; - QGridLayout * g = new QGridLayout(this); m_pTreeWidget = new ChannelsJoinDialogTreeWidget(this); |
