Skip to content
GitLab
Menu
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
bbc97c39
Commit
bbc97c39
authored
Dec 09, 2008
by
con
Browse files
Fixes: - "Problems" -> "Build Issues"
parent
187434df
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/taskwindow.cpp
View file @
bbc97c39
...
...
@@ -257,7 +257,7 @@ TaskWindow::TaskWindow()
m_listview
->
setModel
(
m_model
);
m_listview
->
setFrameStyle
(
QFrame
::
NoFrame
);
m_listview
->
setWindowTitle
(
tr
(
"
Problem
s"
));
m_listview
->
setWindowTitle
(
tr
(
"
Build Issue
s"
));
m_listview
->
setSelectionMode
(
QAbstractItemView
::
SingleSelection
);
TaskDelegate
*
tld
=
new
TaskDelegate
(
this
);
m_listview
->
setItemDelegate
(
tld
);
...
...
src/plugins/projectexplorer/taskwindow.h
View file @
bbc97c39
...
...
@@ -63,7 +63,7 @@ public:
QWidget
*
outputWidget
(
QWidget
*
);
QList
<
QWidget
*>
toolBarWidgets
(
void
)
const
;
QString
name
()
const
{
return
tr
(
"
Problem
s"
);
}
QString
name
()
const
{
return
tr
(
"
Build Issue
s"
);
}
int
priorityInStatusBar
()
const
;
void
clearContents
();
void
visibilityChanged
(
bool
visible
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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