]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QCitation.h
* src/frontends/qt4/QCitation.h: Fix compiler warning about /*
[lyx.git] / 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