Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7968a7d6
Commit
7968a7d6
authored
Jan 30, 2009
by
Friedemann Kleint
Browse files
Fixes: Kill warnings
parent
dbbb17fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/watchwindow.cpp
View file @
7968a7d6
...
...
@@ -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
);
...
...
src/plugins/texteditor/behaviorsettingspage.ui
View file @
7968a7d6
...
...
@@ -215,9 +215,9 @@
</layout>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"
horizontal
Layout
_3
"
>
<layout
class=
"QHBoxLayout"
name=
"
cleanIndentation
Layout"
>
<item>
<spacer
name=
"
horizontal
Spacer
_3
"
>
<spacer
name=
"
cleanIndentation
Spacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment