mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Fixed compilation failure on Linux. But WHY it's needed???
This commit is contained in:
parent
de3fd01ada
commit
649fe9ce0b
|
@ -1425,7 +1425,7 @@ bool MainWindow::eventFilter( QObject * obj, QEvent * ev )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if ( ev->type() == QEvent::FocusIn ) {
|
if ( ev->type() == /*QEvent::FocusIn*/ 8 ) {
|
||||||
QFocusEvent * focusEvent = static_cast< QFocusEvent * >( ev );
|
QFocusEvent * focusEvent = static_cast< QFocusEvent * >( ev );
|
||||||
|
|
||||||
// select all on mouse click
|
// select all on mouse click
|
||||||
|
|
Loading…
Reference in a new issue