* added implementation for Gradle project setup (icon is still missing) * refactored project loading/saving and SourceGroupSettings * removed long deprecated Cxx UseSourcePathsForHeaderSearch option fortune cookie message = There is true and sincere friendship between you and your friends.
11 lines
318 B
C++
11 lines
318 B
C++
#include "settings/SourceGroupSettingsJavaEmpty.h"
|
|
|
|
SourceGroupSettingsJavaEmpty::SourceGroupSettingsJavaEmpty(const std::string& id, const ProjectSettings* projectSettings)
|
|
: SourceGroupSettingsJava(id, SOURCE_GROUP_JAVA_EMPTY, projectSettings)
|
|
{
|
|
}
|
|
|
|
SourceGroupSettingsJavaEmpty::~SourceGroupSettingsJavaEmpty()
|
|
{
|
|
}
|