* fixed Source Group setup from Visual Studio Extension * fixed crashes in project setup due to use of std::shared_ptr * fixed source file count not updated on 'show files' click * fixed passing wheel events to parents when list boxes can't handle them
This commit is contained in:
@@ -645,7 +645,6 @@ if (BUILD_CXX_LANGUAGE_PACKAGE)
|
||||
settings/source_group/type/SourceGroupSettingsCppEmpty.h
|
||||
settings/source_group/type/SourceGroupSettingsCustomCommand.h
|
||||
settings/source_group/type/SourceGroupSettingsCxxCdb.h
|
||||
settings/source_group/type/SourceGroupSettingsCxxCdbVs.h
|
||||
settings/source_group/type/SourceGroupSettingsCxxCodeblocks.h
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
#ifndef SOURCE_GROUP_SETTINGS_CXX_CDB_VS_H
|
||||
#define SOURCE_GROUP_SETTINGS_CXX_CDB_VS_H
|
||||
|
||||
#include "SourceGroupSettingsCxxCdb.h"
|
||||
|
||||
class SourceGroupSettingsCxxCdbVs: public SourceGroupSettingsCxxCdb
|
||||
{
|
||||
using SourceGroupSettingsCxxCdb::SourceGroupSettingsCxxCdb;
|
||||
};
|
||||
|
||||
#endif // SOURCE_GROUP_SETTINGS_CXX_CDB_VS_H
|
||||
Reference in New Issue
Block a user