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) WatchWindow::WatchWindow(Type type, QWidget *parent)
: QTreeView(parent), m_type(type) : QTreeView(parent)
, m_alwaysResizeColumnsToContents(true) , m_alwaysResizeColumnsToContents(true), m_type(type)
{ {
setWindowTitle(tr("Locals and Watchers")); setWindowTitle(tr("Locals and Watchers"));
setAlternatingRowColors(true); setAlternatingRowColors(true);

View File

@@ -215,9 +215,9 @@
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="cleanIndentationLayout">
<item> <item>
<spacer name="horizontalSpacer_3"> <spacer name="cleanIndentationSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>