mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Initialize properly class member
Spotted by coverity.
(cherry picked from commit 2ba00ecb7b
)
This commit is contained in:
parent
b0868e6eb1
commit
93893396e4
@ -1052,7 +1052,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