summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolstestcase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cpptoolstestcase.h')
-rw-r--r--src/plugins/cpptools/cpptoolstestcase.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/cpptools/cpptoolstestcase.h b/src/plugins/cpptools/cpptoolstestcase.h
index 6a00aceb22..2b1818e827 100644
--- a/src/plugins/cpptools/cpptoolstestcase.h
+++ b/src/plugins/cpptools/cpptoolstestcase.h
@@ -172,16 +172,5 @@ private:
bool m_writtenSuccessfully;
};
-// Normally the proposal is deleted by the ProcessorRunner or the
-// GenericProposalWidget, but in tests we usually don't make use of them.
-class CPPTOOLS_EXPORT IAssistProposalScopedPointer
-{
-public:
- IAssistProposalScopedPointer(TextEditor::IAssistProposal *proposal);
- ~IAssistProposalScopedPointer();
-
- QScopedPointer<TextEditor::IAssistProposal> d;
-};
-
} // namespace Tests
} // namespace CppTools