diff -r 68ef2cc3e8d2 -r c5f6f3f1b714 src/EditProduct.h --- a/src/EditProduct.h Wed Jan 18 17:08:25 2023 +0100 +++ b/src/EditProduct.h Fri Jan 20 16:44:08 2023 +0100 @@ -259,6 +259,12 @@ void taste_notes_changed(); void addImage_clicked(); + void delImage_clicked(); + void nextImage_clicked(); + void prevImage_clicked(); + void downloadImage_clicked(); + void printImage_clicked(); + void selectImage_clicked(int val); /* Modified progress bars */ void ferment_perc_mash_valueChanged(int value); @@ -378,7 +384,8 @@ bool block_yeast(int stage, int use); void check_waters(); void images_Init(); - bool images_loadFile(const QString &fileName); + void images_Thumbnails(); + void images_Main(int id); }; #endif