diff options
Diffstat (limited to 'src/plugins/texteditor/refactoroverlay.cpp')
-rw-r--r-- | src/plugins/texteditor/refactoroverlay.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/refactoroverlay.cpp b/src/plugins/texteditor/refactoroverlay.cpp index 006de65023..520fd2b5d5 100644 --- a/src/plugins/texteditor/refactoroverlay.cpp +++ b/src/plugins/texteditor/refactoroverlay.cpp @@ -6,11 +6,11 @@ using namespace TextEditor::Internal; -RefactorOverlay::RefactorOverlay(BaseTextEditor *editor) : +RefactorOverlay::RefactorOverlay(TextEditor::BaseTextEditor *editor) : QObject(editor), m_editor(editor), m_maxWidth(0), - m_icon(":/texteditor/images/refactormarker.png") + m_icon(QLatin1String(":/texteditor/images/refactormarker.png")) { } |