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
e4443ef6
Commit
e4443ef6
authored
Nov 22, 2010
by
dt
Browse files
Qt4ProjectManager: Show ICON in other files
parent
82cad87c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4nodes.cpp
View file @
e4443ef6
...
...
@@ -1154,6 +1154,7 @@ QStringList Qt4PriFileNode::varNames(ProjectExplorer::FileType type)
break
;
default:
vars
<<
QLatin1String
(
"OTHER_FILES"
);
vars
<<
QLatin1String
(
"ICON"
);
break
;
}
return
vars
;
...
...
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