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
a783a90f
Commit
a783a90f
authored
Nov 15, 2010
by
Oswald Buddenhagen
Browse files
compile, thank you very much
parent
83228e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
a783a90f
...
...
@@ -382,7 +382,7 @@ void QtVersionManager::addNewVersionsFromInstaller()
if
(
newVersionData
.
count
()
>=
7
)
version
->
setMsvcVersion
(
newVersionData
[
6
]);
if
(
newVersionData
.
count
()
>=
8
)
version
->
setSbsV2
Path
(
QDir
::
fromNativeSeparators
(
newVersionData
[
7
]));
version
->
setSbsV2
Directory
(
QDir
::
fromNativeSeparators
(
newVersionData
[
7
]));
bool
versionWasAlreadyInList
=
false
;
foreach
(
const
QtVersion
*
const
it
,
m_versions
)
{
...
...
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