mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiClipboard.cpp: add missing ";"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20621 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
80a54dd7dd
commit
bb62da8d11
@ -41,7 +41,7 @@ GuiClipboard::GuiClipboard()
|
||||
connect(qApp->clipboard(), SIGNAL(dataChanged()),
|
||||
this, SLOT(on_dataChanged()));
|
||||
// initialize clipboard status.
|
||||
on_dataChanged()
|
||||
on_dataChanged();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user