mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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
|
||||
if ( ev->type() == QEvent::FocusIn ) {
|
||||
if ( ev->type() == /*QEvent::FocusIn*/ 8 ) {
|
||||
QFocusEvent * focusEvent = static_cast< QFocusEvent * >( ev );
|
||||
|
||||
// select all on mouse click
|
||||
|
|
Loading…
Reference in a new issue