Make IProjectPanelFactory a value based class

Change-Id: I40f9411f305ab7764b904306bbccd45887dc7432
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2014-07-11 15:20:06 +02:00
parent 96d9f05fad
commit a58325578c
16 changed files with 170 additions and 200 deletions

View File

@@ -39,15 +39,6 @@
namespace ClangCodeModel {
namespace Internal {
class ClangProjectSettingsPanelFactory: public ProjectExplorer::IProjectPanelFactory
{
public:
QString displayName() const;
int priority() const;
bool supports(ProjectExplorer::Project *project);
ProjectExplorer::PropertiesPanel *createPanel(ProjectExplorer::Project *project);
};
class ClangProjectSettingsWidget: public QWidget
{
Q_OBJECT