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:
Jarek Kobus
2024-02-03 02:32:16 +01:00
parent 228f77afd1
commit 6deddd15c0

View File

@@ -9,9 +9,6 @@
#include <utils/link.h> #include <utils/link.h>
#include <QSharedPointer>
#include <QString>
#include <functional> #include <functional>
namespace Core { class SearchResult; } namespace Core { class SearchResult; }
@@ -29,9 +26,6 @@ class RefactoringEngineInterface;
class CPPEDITOR_EXPORT ModelManagerSupport class CPPEDITOR_EXPORT ModelManagerSupport
{ {
public:
using Ptr = QSharedPointer<ModelManagerSupport>;
public: public:
virtual ~ModelManagerSupport() = 0; virtual ~ModelManagerSupport() = 0;