make it compile with qt5

This commit is contained in:
Miodrag Milanovic
2018-06-28 17:57:26 +02:00
parent c63274342f
commit 9347c8742d
6 changed files with 61 additions and 30 deletions
+1
View File
@@ -241,6 +241,7 @@ void Console::autocomplete( )
append("");
displayPrompt( );
moveCursorToEnd( );
QTextCursor cursor = textCursor();
cursor.insertText( line );
moveCursorToEnd( );
}