On Fri, May 22, 2009 at 06:00:48PM +0200, sp...@lyx.org wrote: > Author: spitz > Date: Fri May 22 18:00:29 2009 > New Revision: 29778 > URL: http://www.lyx.org/trac/changeset/29778 > > Log: > whitespace. > > Modified: > lyx-devel/trunk/src/frontends/qt4/GuiGraphics.cpp > > Modified: lyx-devel/trunk/src/frontends/qt4/GuiGraphics.cpp > ============================================================================== > --- lyx-devel/trunk/src/frontends/qt4/GuiGraphics.cpp Fri May 22 13:36:40 > 2009 (r29777) > +++ lyx-devel/trunk/src/frontends/qt4/GuiGraphics.cpp Fri May 22 18:00:29 > 2009 (r29778) > @@ -294,7 +294,7 @@ > } > > > - void GuiGraphics::change_group(int /* index */) > +void GuiGraphics::change_group(int /* index */) > { > QString const new_group = groupCO->itemData( > groupCO->currentIndex()).toString();
Aren't we into camelBumpStyle() for member functions? Andre'