mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* 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:
parent
4f9ddcbcb4
commit
d98eaedac7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user