forked from qt-creator/qt-creator
Fixes: Kill warnings
This commit is contained in:
@@ -55,8 +55,8 @@ enum { INameRole = Qt::UserRole, VisualRole, ExpandedRole };
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
WatchWindow::WatchWindow(Type type, QWidget *parent)
|
||||
: QTreeView(parent), m_type(type)
|
||||
, m_alwaysResizeColumnsToContents(true)
|
||||
: QTreeView(parent)
|
||||
, m_alwaysResizeColumnsToContents(true), m_type(type)
|
||||
{
|
||||
setWindowTitle(tr("Locals and Watchers"));
|
||||
setAlternatingRowColors(true);
|
||||
|
||||
Reference in New Issue
Block a user