Show save image option only when it is needed

This commit is contained in:
hunbernd 2015-12-12 22:41:15 +01:00
parent bbebd6a5d7
commit bc4691ceb4
4 changed files with 21 additions and 4 deletions

View file

@ -11,6 +11,7 @@ public:
ImageUtil();
static void extractImage(QWidget *window, QTextCursor cursor);
static bool checkImage(QTextCursor cursor);
};
#endif // IMAGEUTIL_H