mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
Projucer: Moved some methods into MiscUtilities
This commit is contained in:
parent
6261424cc8
commit
58c02823c5
9 changed files with 72 additions and 62 deletions
|
|
@ -31,8 +31,8 @@ class ProjectExporter;
|
|||
class ProjectSaver;
|
||||
|
||||
//==============================================================================
|
||||
bool isJuceModulesFolder (const File&);
|
||||
bool isJuceFolder (const File&);
|
||||
bool isJUCEModulesFolder (const File&);
|
||||
bool isJUCEFolder (const File&);
|
||||
|
||||
//==============================================================================
|
||||
struct ModuleDescription
|
||||
|
|
@ -140,7 +140,6 @@ public:
|
|||
|
||||
static File findGlobalModulesFolder();
|
||||
static File findDefaultModulesFolder (Project&);
|
||||
static bool isJuceModule (const String& moduleID);
|
||||
|
||||
bool isModuleEnabled (const String& moduleID) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue