mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Check if IDE project file exists when saving
This commit is contained in:
parent
2224bb9760
commit
a71bda9adb
6 changed files with 34 additions and 11 deletions
|
|
@ -89,6 +89,8 @@ public:
|
|||
virtual bool isOSX() const = 0;
|
||||
virtual bool isiOS() const = 0;
|
||||
|
||||
virtual File getIDEProjectFile() const { return {}; }
|
||||
|
||||
virtual String getNewLineString() const = 0;
|
||||
virtual String getDescription() { return {}; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue