mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Initialize properly class member
Spotted by coverity.
This commit is contained in:
parent
aab58fed6b
commit
2ba00ecb7b
@ -1035,7 +1035,7 @@ void GuiWorkArea::generateSyntheticMouseEvent()
|
||||
|
||||
|
||||
// CompressorProxy adapted from Kuba Ober https://stackoverflow.com/a/21006207
|
||||
CompressorProxy::CompressorProxy(GuiWorkArea * wa) : QObject(wa)
|
||||
CompressorProxy::CompressorProxy(GuiWorkArea * wa) : QObject(wa), flag_(false)
|
||||
{
|
||||
qRegisterMetaType<KeySymbol>("KeySymbol");
|
||||
qRegisterMetaType<KeyModifier>("KeyModifier");
|
||||
|
Loading…
Reference in New Issue
Block a user