Initialize m_konsolePartMissingMessage

Otherwise it just crashes when trying to open the terminal panel

BUG: 392660
Differential Revision: https://phabricator.kde.org/D11904
This commit is contained in:
Antonio Rojas 2018-04-03 22:48:25 +02:00
parent f4e2593aa7
commit 386a862de4

View file

@ -47,6 +47,7 @@ TerminalPanel::TerminalPanel(QWidget* parent) :
m_layout(nullptr),
m_terminal(nullptr),
m_terminalWidget(nullptr),
m_konsolePartMissingMessage(nullptr),
m_konsolePart(nullptr),
m_konsolePartCurrentDirectory(),
m_sendCdToTerminalHistory()