* 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
This commit is contained in:
Georg Baum 2006-06-05 16:09:56 +00:00
parent 4f9ddcbcb4
commit d98eaedac7

View 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