forked from qt-creator/qt-creator
Clang: Extend clang query
It's a first step to introduce clang query. Change-Id: I4d001a8883f56066765ce6bc561fa3f49611c0a4 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "searchhandleinterface.h"
|
||||
#include "searchhandle.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
@@ -36,9 +36,8 @@ namespace ClangRefactoring {
|
||||
class SearchInterface
|
||||
{
|
||||
public:
|
||||
virtual ~SearchInterface() {}
|
||||
|
||||
virtual std::unique_ptr<SearchHandleInterface> startNewSearch(const QString &searchLabel,
|
||||
virtual ~SearchInterface();
|
||||
virtual std::unique_ptr<SearchHandle> startNewSearch(const QString &searchLabel,
|
||||
const QString &searchTerm) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user