1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-26 12:12:29 +00:00

make it compile with qt5

This commit is contained in:
Miodrag Milanovic
2018-06-28 13:26:07 +02:00
parent c63274342f
commit 9347c8742d
6 changed files with 61 additions and 30 deletions

View File

@@ -241,6 +241,7 @@ void Console::autocomplete( )
append("");
displayPrompt( );
moveCursorToEnd( );
QTextCursor cursor = textCursor();
cursor.insertText( line );
moveCursorToEnd( );
}