comparison libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp @ 18626:6535cb2b8e23 stable

libqterminal: Initialize m_cursorBlinking value (Bug #41814) * libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp (QConsolePrivate::QConsolePrivat): iInitialize m_cursorBlinking to false.
author John Donoghue <john.donoghue@ieee.org>
date Fri, 04 Apr 2014 21:28:15 -0400
parents 450f50d3eb18
children 5b6901b06106 446c46af4b42
comparison
equal deleted inserted replaced
18622:3283ce934648 18626:6535cb2b8e23
265 } 265 }
266 266
267 ////////////////////////////////////////////////////////////////////////////// 267 //////////////////////////////////////////////////////////////////////////////
268 268
269 QConsolePrivate::QConsolePrivate (QWinTerminalImpl* parent, const QString& cmd) 269 QConsolePrivate::QConsolePrivate (QWinTerminalImpl* parent, const QString& cmd)
270 : q (parent), m_command (cmd), m_hasBlinkingCursor (true), 270 : q (parent), m_command (cmd), m_cursorBlinking (false),
271 m_cursorType (BlockCursor), m_beginSelection (0, 0), 271 m_hasBlinkingCursor (true), m_cursorType (BlockCursor),
272 m_endSelection (0, 0), m_settingSelection (false), 272 m_beginSelection (0, 0), m_endSelection (0, 0), m_settingSelection (false),
273 m_process (NULL), m_inWheelEvent (false) 273 m_process (NULL), m_inWheelEvent (false)
274 { 274 {
275 log (NULL); 275 log (NULL);
276 276
277 // Possibly detach from any existing console 277 // Possibly detach from any existing console