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
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 @@
...
@@ -32,6 +32,7 @@
#include "abstractprocessstep.h"
#include "abstractprocessstep.h"
#include "projectexplorer.h"
#include "projectexplorer.h"
#include "projectexplorer_export.h"
namespace
ProjectExplorer
{
namespace
ProjectExplorer
{
class
BuildStep
;
class
BuildStep
;
...
@@ -41,7 +42,7 @@ class Project;
...
@@ -41,7 +42,7 @@ class Project;
namespace
ProjectExplorer
{
namespace
ProjectExplorer
{
class
AbstractMakeStep
:
public
ProjectExplorer
::
AbstractProcessStep
class
PROJECTEXPLORER_EXPORT
AbstractMakeStep
:
public
ProjectExplorer
::
AbstractProcessStep
{
{
Q_OBJECT
Q_OBJECT
public:
public:
...
...
Write
Preview
Markdown
is supported
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