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
Tobias Hunger
qt-creator
Commits
4b48e0a7
Commit
4b48e0a7
authored
Sep 28, 2010
by
Christian Kandeler
Browse files
User file management: Fix comments and version strings.
Done-with: Tobias Hunger
parent
f615efec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/userfileaccessor.cpp
View file @
4b48e0a7
...
...
@@ -161,7 +161,7 @@ public:
QString
displayUserFileVersion
()
const
{
return
QLatin1String
(
"2.
2
pre1"
);
return
QLatin1String
(
"2.
1
pre1"
);
}
QVariantMap
update
(
Project
*
project
,
const
QVariantMap
&
map
);
...
...
@@ -178,13 +178,13 @@ public:
QString
displayUserFileVersion
()
const
{
return
QLatin1String
(
"2.
2
pre2"
);
return
QLatin1String
(
"2.
1
pre2"
);
}
QVariantMap
update
(
Project
*
project
,
const
QVariantMap
&
map
);
};
// Version
5
reflects the introduction of new deploy steps for Symbian/Maemo
// Version
6
reflects the introduction of new deploy steps for Symbian/Maemo
class
Version6Handler
:
public
UserFileVersionHandler
{
public:
...
...
@@ -195,13 +195,13 @@ public:
QString
displayUserFileVersion
()
const
{
return
QLatin1String
(
"2.
2
pre3"
);
return
QLatin1String
(
"2.
1
pre3"
);
}
QVariantMap
update
(
Project
*
project
,
const
QVariantMap
&
map
);
};
// Version
5
reflects the introduction of new deploy configuration for Symbian
// Version
7
reflects the introduction of new deploy configuration for Symbian
class
Version7Handler
:
public
UserFileVersionHandler
{
public:
...
...
@@ -212,7 +212,7 @@ public:
QString
displayUserFileVersion
()
const
{
return
QLatin1String
(
"2.
2
pre4"
);
return
QLatin1String
(
"2.
1
pre4"
);
}
QVariantMap
update
(
Project
*
project
,
const
QVariantMap
&
map
);
...
...
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