forked from qt-creator/qt-creator
ModelManagerSupport: Remove unused Ptr
Change-Id: Ibdc81d1c6fecb808cbd7ca91f56a4869b6e26dc1 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
|
||||
#include <utils/link.h>
|
||||
|
||||
#include <QSharedPointer>
|
||||
#include <QString>
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace Core { class SearchResult; }
|
||||
@@ -29,9 +26,6 @@ class RefactoringEngineInterface;
|
||||
|
||||
class CPPEDITOR_EXPORT ModelManagerSupport
|
||||
{
|
||||
public:
|
||||
using Ptr = QSharedPointer<ModelManagerSupport>;
|
||||
|
||||
public:
|
||||
virtual ~ModelManagerSupport() = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user