From: Pavel Sanda Date: Wed, 27 Aug 2008 20:24:18 +0000 (+0000) Subject: Silence warning X-Git-Tag: 1.6.10~3591 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8b62eb2c641c3e79906ffba7a5d363a4538179ad;p=lyx.git Silence warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26240 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiSelection.cpp b/src/frontends/qt4/GuiSelection.cpp index 24510bcc3a..ab610765c4 100644 --- a/src/frontends/qt4/GuiSelection.cpp +++ b/src/frontends/qt4/GuiSelection.cpp @@ -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()));