On Tue, Jul 22, 2008 at 08:29:52AM -0000, [EMAIL PROTECTED] wrote: > Modified: lyx-devel/trunk/src/frontends/qt4/CustomizedWidgets.h > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/CustomizedWidgets.h?rev=25783 > ============================================================================== > --- lyx-devel/trunk/src/frontends/qt4/CustomizedWidgets.h (original) > +++ lyx-devel/trunk/src/frontends/qt4/CustomizedWidgets.h Tue Jul 22 10:29:50 > 2008 > @@ -6,6 +6,7 @@ > * > * \author Bo Peng > * \author Edwin Leuven > + * \author Jürgen Spitzmüller > * > * Full author contact details are available in file CREDITS. > */ > @@ -32,6 +33,8 @@ > void reset(); > bool eventFilter(QObject*, QEvent* e ); > lyx::KeySequence const getKeySequence() const; > + void setKeySequence(lyx::KeySequence const s);
Given that we are in namespace lyx, we don't need the qualification, right? [I'll check and commit myself if that's true...] Andre'