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
7949d93a
Commit
7949d93a
authored
Nov 25, 2009
by
dt
Browse files
Add missing Q_OBJECT macros to BuildConfiguration
parent
7904544b
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakebuildconfiguration.h
View file @
7949d93a
...
...
@@ -39,6 +39,7 @@ class CMakeProject;
class
CMakeBuildConfiguration
:
public
ProjectExplorer
::
BuildConfiguration
{
Q_OBJECT
public:
CMakeBuildConfiguration
(
CMakeProject
*
pro
);
CMakeBuildConfiguration
(
BuildConfiguration
*
source
);
...
...
src/plugins/genericprojectmanager/genericbuildconfiguration.h
View file @
7949d93a
...
...
@@ -40,6 +40,7 @@ class GenericProject;
class
GenericBuildConfiguration
:
public
ProjectExplorer
::
BuildConfiguration
{
Q_OBJECT
public:
GenericBuildConfiguration
(
GenericProject
*
pro
);
GenericBuildConfiguration
(
GenericBuildConfiguration
*
source
);
...
...
src/plugins/qt4projectmanager/qt4buildconfiguration.h
View file @
7949d93a
...
...
@@ -40,6 +40,7 @@ namespace Internal {
class
Qt4BuildConfiguration
:
public
ProjectExplorer
::
BuildConfiguration
{
Q_OBJECT
public:
Qt4BuildConfiguration
(
Qt4Project
*
pro
);
// copy ctor
...
...
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