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:
1
3rdparty/python-console/Console.cpp
vendored
1
3rdparty/python-console/Console.cpp
vendored
@@ -241,6 +241,7 @@ void Console::autocomplete( )
|
||||
append("");
|
||||
displayPrompt( );
|
||||
moveCursorToEnd( );
|
||||
QTextCursor cursor = textCursor();
|
||||
cursor.insertText( line );
|
||||
moveCursorToEnd( );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user