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
a24e3b70
Commit
a24e3b70
authored
May 05, 2009
by
dt
Browse files
Compile. Missing export macro.
parent
46e71d0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/abstractmakestep.h
View file @
a24e3b70
...
...
@@ -32,6 +32,7 @@
#include
"abstractprocessstep.h"
#include
"projectexplorer.h"
#include
"projectexplorer_export.h"
namespace
ProjectExplorer
{
class
BuildStep
;
...
...
@@ -41,7 +42,7 @@ class Project;
namespace
ProjectExplorer
{
class
AbstractMakeStep
:
public
ProjectExplorer
::
AbstractProcessStep
class
PROJECTEXPLORER_EXPORT
AbstractMakeStep
:
public
ProjectExplorer
::
AbstractProcessStep
{
Q_OBJECT
public:
...
...
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