forked from qt-creator/qt-creator
TextEditor: Enable tooltips for textmarks
Adjust bookmark code, add tooltips for clang diagnostics. Change-Id: I489d499f5431fcb29f27611d4350298acb30baac Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -36,11 +36,6 @@ class ClangTextMark : public TextEditor::TextMark
|
||||
public:
|
||||
ClangTextMark(const QString &fileName, int lineNumber, ClangBackEnd::DiagnosticSeverity severity);
|
||||
|
||||
ClangTextMark(ClangTextMark &&other) Q_DECL_NOEXCEPT;
|
||||
|
||||
ClangTextMark(ClangTextMark &other) = delete;
|
||||
ClangTextMark &operator=(ClangTextMark &other) = delete;
|
||||
|
||||
private:
|
||||
void setIcon(ClangBackEnd::DiagnosticSeverity severity);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user