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
Tobias Hunger
qt-creator
Commits
c31795cb
Commit
c31795cb
authored
Oct 22, 2009
by
Daniel Molkentin
Browse files
Consistant naming with implementation.
parent
381a9480
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.h
View file @
c31795cb
...
...
@@ -48,12 +48,12 @@ class QtVersion
{
friend
class
QtVersionManager
;
public:
QtVersion
(
const
QString
&
name
,
const
QString
&
path
,
QtVersion
(
const
QString
&
name
,
const
QString
&
qmakeCommand
,
bool
isAutodetected
=
false
,
const
QString
&
autodetectionSource
=
QString
());
QtVersion
(
const
QString
&
path
,
bool
isAutodetected
=
false
,
const
QString
&
autodetectionSource
=
QString
());
QtVersion
(
const
QString
&
name
,
const
QString
&
path
,
int
id
,
QtVersion
(
const
QString
&
name
,
const
QString
&
qmakeCommand
,
int
id
,
bool
isAutodetected
=
false
,
const
QString
&
autodetectionSource
=
QString
());
QtVersion
();
~
QtVersion
();
...
...
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