Skip to content
Snippets Groups Projects
Commit 6b8781bd authored by Christian Kandeler's avatar Christian Kandeler Committed by Daniel Teske
Browse files

Qt4ProjectManager: Remove redundant friend declaration.


Change-Id: I50cc1f3281167d2435dafbcd9ea4076ca88caa74
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent cac2ea15
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,6 @@ namespace Internal { class Qt4ProjectConfigWidget; } ...@@ -50,7 +50,6 @@ namespace Internal { class Qt4ProjectConfigWidget; }
class QT4PROJECTMANAGER_EXPORT Qt4BuildConfiguration : public ProjectExplorer::BuildConfiguration class QT4PROJECTMANAGER_EXPORT Qt4BuildConfiguration : public ProjectExplorer::BuildConfiguration
{ {
Q_OBJECT Q_OBJECT
friend class Qt4BuildConfigurationFactory;
public: public:
explicit Qt4BuildConfiguration(ProjectExplorer::Target *target); explicit Qt4BuildConfiguration(ProjectExplorer::Target *target);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment