forked from qt-creator/qt-creator
Clean up some navigation factory implementation
Change-Id: Ibbff643daf88200d50fb0343dd40b03803074081 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include <coreplugin/inavigationwidgetfactory.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <coreplugin/inavigationwidgetfactory.h>
|
||||
|
||||
namespace Core { class IDocument; }
|
||||
|
||||
namespace LanguageClient {
|
||||
@@ -13,8 +13,6 @@ class Client;
|
||||
|
||||
class CallHierarchyFactory : public Core::INavigationWidgetFactory
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CallHierarchyFactory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user