Skip to content
Snippets Groups Projects
Commit 7968a7d6 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fixes: Kill warnings

parent dbbb17fe
No related merge requests found
......@@ -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);
......
......@@ -215,9 +215,9 @@
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<layout class="QHBoxLayout" name="cleanIndentationLayout">
<item>
<spacer name="horizontalSpacer_3">
<spacer name="cleanIndentationSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment