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
19254daa
Commit
19254daa
authored
Jan 19, 2010
by
con
Browse files
Fix some resource paths.
parent
ae7216d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/targetselector.cpp
View file @
19254daa
...
...
@@ -86,10 +86,10 @@ void TargetSelector::mousePressEvent(QMouseEvent *event)
void
TargetSelector
::
paintEvent
(
QPaintEvent
*
event
)
{
static
QPixmap
unselected
(
":/projectexplorer/targetunselected.png"
);
static
QPixmap
runselected
(
":/projectexplorer/targetrunselected.png"
);
static
QPixmap
buildselected
(
":/projectexplorer/targetbuildselected.png"
);
static
QPixmap
targetaddbutton
(
":/projectexplorer/targetaddbutton.png"
);
static
QPixmap
unselected
(
":/projectexplorer/
images/
targetunselected.png"
);
static
QPixmap
runselected
(
":/projectexplorer/
images/
targetrunselected.png"
);
static
QPixmap
buildselected
(
":/projectexplorer/
images/
targetbuildselected.png"
);
static
QPixmap
targetaddbutton
(
":/projectexplorer/
images/
targetaddbutton.png"
);
Q_UNUSED
(
event
)
QPainter
p
(
this
);
...
...
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