Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148644 | Differences between
and this patch

Collapse All | Expand All

(-)youtubevideoplayer.cpp.org (-1 / +2 lines)
Lines 1954-1960 Link Here
1954
1954
1955
	return false;
1955
	return false;
1956
}
1956
}
1957
#endif
1958
1957
1959
bool VideoEventFilter::eventFilter(QObject *object, QEvent *event)
1958
bool VideoEventFilter::eventFilter(QObject *object, QEvent *event)
1960
{
1959
{
Lines 1974-1976 Link Here
1974
	}
1973
	}
1975
	return QObject::eventFilter(object, event);
1974
	return QObject::eventFilter(object, event);
1976
}
1975
}
1976
1977
#endif

Return to bug 148644