Cleanup: rename file

Internally we use the name "context (path)" instead of "breadcrumb".
This was missing from a rename in the original patch.
This commit is contained in:
Jacques Lucke 2021-04-15 09:37:50 +02:00
parent bbea79ce5e
commit 5ec39fc2e4
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ set(INC
set(SRC
space_spreadsheet.cc
spreadsheet_breadcrumb.cc
spreadsheet_context.cc
spreadsheet_column.cc
spreadsheet_data_source.cc
spreadsheet_data_source_geometry.cc
@ -41,7 +41,7 @@ set(SRC
spreadsheet_layout.cc
spreadsheet_ops.cc
spreadsheet_breadcrumb.hh
spreadsheet_context.hh
spreadsheet_cell_value.hh
spreadsheet_column.hh
spreadsheet_column_values.hh

View File

@ -45,7 +45,7 @@
#include "spreadsheet_intern.hh"
#include "spreadsheet_breadcrumb.hh"
#include "spreadsheet_context.hh"
#include "spreadsheet_data_source_geometry.hh"
#include "spreadsheet_intern.hh"
#include "spreadsheet_layout.hh"

View File

@ -32,7 +32,7 @@
#include "BKE_modifier.h"
#include "BKE_object.h"
#include "spreadsheet_breadcrumb.hh"
#include "spreadsheet_context.hh"
namespace blender::ed::spreadsheet {