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
5fd1341b
Commit
5fd1341b
authored
Jun 22, 2011
by
Oswald Buddenhagen
Browse files
Revert "Qt4ProjectManager exports for RemoteCompiler"
This reverts commit
66b415f9
for master.
parent
8766b88d
Changes
3
Show whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4buildconfiguration.h
View file @
5fd1341b
...
...
@@ -33,7 +33,6 @@
#ifndef QT4BUILDCONFIGURATION_H
#define QT4BUILDCONFIGURATION_H
#include "qt4projectmanager_global.h"
#include "qtversionmanager.h"
#include <projectexplorer/buildconfiguration.h>
...
...
@@ -53,7 +52,7 @@ class Qt4ProFileNode;
class
Qt4BuildConfigurationFactory
;
}
class
QT4PROJECTMANAGER_EXPORT
Qt4BuildConfiguration
:
public
ProjectExplorer
::
BuildConfiguration
class
Qt4BuildConfiguration
:
public
ProjectExplorer
::
BuildConfiguration
{
Q_OBJECT
friend
class
Internal
::
Qt4BuildConfigurationFactory
;
...
...
@@ -169,7 +168,7 @@ private:
};
namespace
Internal
{
class
QT4PROJECTMANAGER_EXPORT
Qt4BuildConfigurationFactory
:
public
ProjectExplorer
::
IBuildConfigurationFactory
class
Qt4BuildConfigurationFactory
:
public
ProjectExplorer
::
IBuildConfigurationFactory
{
Q_OBJECT
...
...
src/plugins/qt4projectmanager/qt4project.h
View file @
5fd1341b
...
...
@@ -35,7 +35,6 @@
#include "qt4nodes.h"
#include "qt4target.h"
#include "qt4projectmanager_global.h"
#include <projectexplorer/project.h>
#include <projectexplorer/projectnodes.h>
...
...
@@ -131,7 +130,7 @@ private:
}
class
QT4PROJECTMANAGER_EXPORT
Qt4Project
:
public
ProjectExplorer
::
Project
class
Qt4Project
:
public
ProjectExplorer
::
Project
{
Q_OBJECT
...
...
src/plugins/qt4projectmanager/qt4target.h
View file @
5fd1341b
...
...
@@ -62,7 +62,7 @@ namespace Internal {
class
Qt4ProFileNode
;
}
class
QT4PROJECTMANAGER_EXPORT
Qt4BaseTarget
:
public
ProjectExplorer
::
Target
class
Qt4BaseTarget
:
public
ProjectExplorer
::
Target
{
Q_OBJECT
public:
...
...
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