build: split user and data folder, moving user data to Application Support on Mac

This commit is contained in:
Eberhard Graether
2016-02-16 16:44:42 +01:00
parent 89b8d51ab8
commit 86cf1ee62d
51 changed files with 176 additions and 1809 deletions
-4
View File
@@ -37,8 +37,6 @@ public:
void saveProject(const FilePath& projectSettingsFilePath);
void showLicenseScreen();
static void setAppSettingsPath(const std::string& appSettingsPath);
private:
Application();
@@ -59,8 +57,6 @@ private:
std::shared_ptr<ComponentManager> m_componentManager;
std::shared_ptr<IDECommunicationController> m_ideCommunicationController;
static std::string m_appSettingsPath;
};
#endif // APPLICATION_H