From d98eaedac7f1e6c84724281734fac3f1d297d837 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 5 Jun 2006 16:09:56 +0000 Subject: [PATCH] * src/frontends/qt4/QCitation.h: Fix compiler warning about /* inside a comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14009 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/QCitation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt4/QCitation.h b/src/frontends/qt4/QCitation.h index b018bc3a6d..7bd76514d4 100644 --- a/src/frontends/qt4/QCitation.h +++ b/src/frontends/qt4/QCitation.h @@ -70,9 +70,9 @@ private: }; +#if 0 /** A controller for Citation dialogs. */ -/* class Citation { public: /// @@ -87,7 +87,7 @@ public: /** Disconnect from the inset when the Apply button is pressed. * Allows easy insertion of multiple citations. */ -/* virtual bool disconnectOnApply() const { return true; } + virtual bool disconnectOnApply() const { return true; } /// Returns a reference to the map of stored keys biblio::InfoMap const & bibkeysInfo() const; @@ -109,7 +109,7 @@ private: /// static std::vector citeStyles_; }; -*/ +#endif } // namespace frontend } // namespace lyx -- 2.39.2