]> git.lyx.org Git - features.git/commitdiff
Silence warning
authorPavel Sanda <sanda@lyx.org>
Wed, 27 Aug 2008 20:24:18 +0000 (20:24 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 27 Aug 2008 20:24:18 +0000 (20:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26240 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSelection.cpp

index 24510bcc3a3e8f6319c41eb5f92a65cfb7772081..ab610765c453860e003ccc950ac8dc563f5d9c4d 100644 (file)
@@ -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()));