From 823ba6fc8bcda0e4618a827e536717879b69646d Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Tue, 20 Oct 2020 07:03:30 -0500 Subject: [PATCH] Founding dangling singal to uploader --- src/widgets/capture/capturewidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/capture/capturewidget.cpp b/src/widgets/capture/capturewidget.cpp index 56999e5d..4f154f16 100644 --- a/src/widgets/capture/capturewidget.cpp +++ b/src/widgets/capture/capturewidget.cpp @@ -966,7 +966,6 @@ void CaptureWidget::initShortcuts() shortcut = ConfigHandler().shortcut( QVariant::fromValue(CaptureToolButton::ButtonType::TYPE_IMAGEUPLOADER) .toString()); - new QShortcut(shortcut, this, SLOT(uploadScreenshot())); new QShortcut(QKeySequence(ConfigHandler().shortcut("TYPE_TOGGLE_PANEL")), this,