Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Graphics
Spectacle
Commits
f433f255
Verified
Commit
f433f255
authored
Oct 13, 2020
by
Antonio Prcela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove message that reminds of the cancelation
parent
ba92b650
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
src/Gui/KSMainWindow.cpp
src/Gui/KSMainWindow.cpp
+0
-5
src/Gui/KSMainWindow.h
src/Gui/KSMainWindow.h
+0
-1
src/SpectacleCore.cpp
src/SpectacleCore.cpp
+0
-1
No files found.
src/Gui/KSMainWindow.cpp
View file @
f433f255
...
...
@@ -487,11 +487,6 @@ void KSMainWindow::imageCopied()
KMessageWidget
::
Information
);
}
void
KSMainWindow
::
screenshotCanceled
()
{
showInlineMessage
(
i18n
(
"Screenshot capture canceled."
),
KMessageWidget
::
Information
);
}
void
KSMainWindow
::
screenshotFailed
()
{
showInlineMessage
(
i18n
(
"Could not take a screenshot. Please report this bug here: <a href=
\"
https://bugs.kde.org/enter_bug.cgi?product=Spectacle
\"
>create a spectacle bug</a>"
),
...
...
src/Gui/KSMainWindow.h
View file @
f433f255
...
...
@@ -86,7 +86,6 @@ class KSMainWindow: public QDialog
void
setScreenshotAndShow
(
const
QPixmap
&
pixmap
);
void
imageSaved
(
const
QUrl
&
location
);
void
imageSavedAndCopied
(
const
QUrl
&
location
);
void
screenshotCanceled
();
void
screenshotFailed
();
Q_SIGNALS:
...
...
src/SpectacleCore.cpp
View file @
f433f255
...
...
@@ -358,7 +358,6 @@ void SpectacleCore::screenshotCanceled()
{
mQuickEditor
->
hide
();
mQuickEditor
.
reset
(
nullptr
);
mMainWindow
->
screenshotCanceled
();
mMainWindow
->
setScreenshotAndShow
(
QPixmap
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment