Add basic code for the Pin tool

This commit is contained in:
lupoDharkael
2018-04-17 00:06:57 +02:00
parent 344d327528
commit 205cd7c87b
13 changed files with 293 additions and 2 deletions

View File

@@ -166,6 +166,7 @@ static std::map<CaptureButton::ButtonType, int> buttonTypeOrder {
{ CaptureButton::TYPE_EXIT, 14 },
{ CaptureButton::TYPE_IMAGEUPLOADER, 15 },
{ CaptureButton::TYPE_OPEN_APP, 16 },
{ CaptureButton::TYPE_PIN, 17 },
{ CaptureButton::TYPE_BLUR, 7 },
{ CaptureButton::TYPE_REDO, 11 },
};
@@ -193,4 +194,5 @@ QVector<CaptureButton::ButtonType> CaptureButton::iterableButtonTypes = {
CaptureButton::TYPE_EXIT,
CaptureButton::TYPE_IMAGEUPLOADER,
CaptureButton::TYPE_OPEN_APP,
CaptureButton::TYPE_PIN,
};