Added links page

This commit is contained in:
Torsten Schulz
2024-04-08 12:22:42 +02:00
parent b1f4b1a909
commit 5ef7f06b8e
3 changed files with 38 additions and 21 deletions

View File

@@ -210,6 +210,8 @@ private:
void imageUploaded(Wt::WFileUpload *fileWidget, std::shared_ptr<Magick::Blob> localImage, Wt::WImage *image, Wt::WPushButton *okButton);
std::list<Magick::Image> resizeImages(std::list<Magick::Image>& images, int maxWidth, int maxHeight);
bool isAnimatedGIF(const Magick::Blob &blob);
void showStandardPage();
void onInternalPathChanged(const std::string &path);
};
#endif // APP_H