Compile fix Windows.

This commit is contained in:
Friedemann Kleint
2010-07-02 14:36:18 +02:00
parent ab6f124e57
commit df6fcd363a
3 changed files with 4 additions and 4 deletions

View File

@@ -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"))
{
}