mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
* src/LaTeXFeatures.h: isAvailable() becomes a static method
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17106 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0fcd28f006
commit
1bcf8c6747
@ -71,10 +71,10 @@ public:
|
||||
void require(std::string const & name);
|
||||
/// Which of the required packages are installed?
|
||||
static void getAvailable();
|
||||
/// Is the (required) package available?
|
||||
static bool isAvailable(std::string const & name);
|
||||
/// Is the package required?
|
||||
bool isRequired(std::string const & name) const;
|
||||
/// Is the (required) package available?
|
||||
bool isAvailable(std::string const & name) const;
|
||||
///
|
||||
void useFloat(std::string const & name);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user