mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 11:31:10 +03:00
support of Qt6
This commit is contained in:
@@ -91,6 +91,7 @@ void CodeEditor::keyPressEvent(QKeyEvent *e)
|
||||
case Qt::Key_Enter:
|
||||
case Qt::Key_Return:
|
||||
case Qt::Key_Escape:
|
||||
m_compleater->popup()->close();
|
||||
case Qt::Key_Tab:
|
||||
case Qt::Key_Backtab:
|
||||
case Qt::Key_Right:
|
||||
|
Reference in New Issue
Block a user