forked from qt-creator/qt-creator
Make IProjectPanelFactory a value based class
Change-Id: I40f9411f305ab7764b904306bbccd45887dc7432 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user