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
9a17d441
Commit
9a17d441
authored
Nov 30, 2009
by
dt
Browse files
Full name in signal declaration
parent
675e0b2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/project.h
View file @
9a17d441
...
...
@@ -136,8 +136,8 @@ signals:
void
removedRunConfiguration
(
ProjectExplorer
::
Project
*
p
,
const
QString
&
name
);
void
addedRunConfiguration
(
ProjectExplorer
::
Project
*
p
,
const
QString
&
name
);
void
removedBuildConfiguration
(
ProjectExplorer
::
Project
*
p
,
BuildConfiguration
*
bc
);
void
addedBuildConfiguration
(
ProjectExplorer
::
Project
*
p
,
BuildConfiguration
*
bc
);
void
removedBuildConfiguration
(
ProjectExplorer
::
Project
*
p
,
ProjectExplorer
::
BuildConfiguration
*
bc
);
void
addedBuildConfiguration
(
ProjectExplorer
::
Project
*
p
,
ProjectExplorer
::
BuildConfiguration
*
bc
);
protected:
/* This method is called when the project .user file is saved. Simply call
...
...
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