mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Silence warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26240 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2f71fca7df
commit
8b62eb2c64
@ -32,8 +32,8 @@ using support::externalLineEnding;
|
||||
|
||||
|
||||
GuiSelection::GuiSelection()
|
||||
: selection_supported_(qApp->clipboard()->supportsSelection()),
|
||||
schedule_check_(true)
|
||||
: schedule_check_(true),
|
||||
selection_supported_(qApp->clipboard()->supportsSelection())
|
||||
{
|
||||
connect(qApp->clipboard(), SIGNAL(selectionChanged()),
|
||||
this, SLOT(on_dataChanged()));
|
||||
|
Loading…
Reference in New Issue
Block a user