summary refs log tree commit diff
path: root/src/dialogs/ImageOverlay.h
diff options
context:
space:
mode:
authorJoe <rubberduckie3554@gmail.com>2019-02-08 14:06:37 -0500
committerJoe <rubberduckie3554@gmail.com>2019-02-08 14:06:37 -0500
commitebe5b19e76648019cc1128c05b428a863479f5d3 (patch)
tree0351f0c6050f9190ee619e9d287f3fb229d907f0 /src/dialogs/ImageOverlay.h
parentAdd /bigobj for nheko MSVC build (diff)
parentAdjust cmake minimum for included boost (diff)
downloadnheko-ebe5b19e76648019cc1128c05b428a863479f5d3.tar.xz
Merge branch 'master' of https://github.com/redsky17/nheko
Diffstat (limited to 'src/dialogs/ImageOverlay.h')
-rw-r--r--src/dialogs/ImageOverlay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialogs/ImageOverlay.h b/src/dialogs/ImageOverlay.h

index b4d42acb..26257fc1 100644 --- a/src/dialogs/ImageOverlay.h +++ b/src/dialogs/ImageOverlay.h
@@ -35,6 +35,7 @@ protected: signals: void closing(); + void saving(); private: QPixmap originalImage_; @@ -42,6 +43,7 @@ private: QRect content_; QRect close_button_; + QRect save_button_; QRect screen_; }; } // dialogs