Added links page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user