bitmap_info.xxx: add comments to try to avoid issues like 8b1e971f
No actual code change
This commit is contained in:
parent
4b96bb5d8f
commit
b20a32f2fd
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2022 KiCad Developers, see AUTHORS.txt for contributors.
|
* Copyright (C) 2024 KiCad Developers, see AUTHORS.txt for contributors.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify it
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
@ -17,9 +17,10 @@
|
||||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/***************************************************************************************
|
||||||
* This file is auto-generated by CMake when MAINTAIN_PNGS is on. Do not edit by hand!
|
* This file is auto-generated by CMake when MAINTAIN_PNGS is on. Do not edit by hand! *
|
||||||
*/
|
* See resources/bitmap.png/CMakeLists.txt to build/see/edit the actual list of icons *
|
||||||
|
***************************************************************************************/
|
||||||
|
|
||||||
#include <bitmaps/bitmaps_list.h>
|
#include <bitmaps/bitmaps_list.h>
|
||||||
#include <bitmaps/bitmap_info.h>
|
#include <bitmaps/bitmap_info.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2022 KiCad Developers, see AUTHORS.txt for contributors.
|
* Copyright (C) 2024 KiCad Developers, see AUTHORS.txt for contributors.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify it
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the
|
* under the terms of the GNU General Public License as published by the
|
||||||
|
@ -17,9 +17,10 @@
|
||||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/***************************************************************************************
|
||||||
* This file is auto-generated by CMake when MAINTAIN_PNGS is on. Do not edit by hand!
|
* This file is auto-generated by CMake when MAINTAIN_PNGS is on. Do not edit by hand! *
|
||||||
*/
|
* See resources/bitmap.png/CMakeLists.txt to build/see/edit the actual list of icons *
|
||||||
|
***************************************************************************************/
|
||||||
|
|
||||||
#include <bitmaps/bitmaps_list.h>
|
#include <bitmaps/bitmaps_list.h>
|
||||||
#include <bitmaps/bitmap_info.h>
|
#include <bitmaps/bitmap_info.h>
|
||||||
|
|
Loading…
Reference in New Issue