Fixes: Kill warnings

This commit is contained in:
Friedemann Kleint
2009-01-30 10:23:50 +01:00
parent dbbb17fe70
commit 7968a7d60b
2 changed files with 4 additions and 4 deletions

View File

@@ -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);

View File

@@ -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>