summaryrefslogtreecommitdiff
path: root/ui/custom_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/custom_grid.h')
-rw-r--r--ui/custom_grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/custom_grid.h b/ui/custom_grid.h
index 8993777b..58a421e6 100644
--- a/ui/custom_grid.h
+++ b/ui/custom_grid.h
@@ -26,7 +26,7 @@ void init(Grid& grid, const std::shared_ptr<const GridView>& gridDataView);
std::vector<Grid::ColumnAttribute> convertConfig(const std::vector<ColumnAttributeRim>& attribs); //+ make consistent
std::vector<ColumnAttributeRim> convertConfig(const std::vector<Grid::ColumnAttribute>& attribs); //
-void setSyncPreviewActive(Grid& grid, bool value);
+void showSyncAction(Grid& grid, bool value);
void setupIcons(Grid& grid, bool show, IconBuffer::IconSize sz);
bgstack15