]> git.lyx.org Git - lyx.git/commitdiff
* src/frontends/qt4/QCitation.h: Fix compiler warning about /*
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 5 Jun 2006 16:09:56 +0000 (16:09 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 5 Jun 2006 16:09:56 +0000 (16:09 +0000)
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

index b018bc3a6d33a9a21a40acd9955d45c8dd123713..7bd76514d408b9b841a8e014f63d739dd0a55d2a 100644 (file)
@@ -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<biblio::CiteStyle> citeStyles_;
 };
-*/
+#endif
 } // namespace frontend
 } // namespace lyx