1
0
Fork 0
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:
ed 2021-12-06 09:55:22 +00:00
parent 2224bb9760
commit a71bda9adb
6 changed files with 34 additions and 11 deletions

View file

@ -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 {}; }