summaryrefslogtreecommitdiffstats
path: root/ksnapshot/ksnapshotwidget.ui.h
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2023-02-26 01:09:35 +0000
committerSlávek Banko <slavek.banko@axis.cz>2023-02-28 17:26:31 +0100
commitdb379a2f50774d6ab871507356e95715cbf68a7b (patch)
tree8bbed6cb21cc6dc2ec79969bcb01060c817f066f /ksnapshot/ksnapshotwidget.ui.h
parent513cf6435a2c03911351a2b4e9107fbf4da9d353 (diff)
downloadtdegraphics-db379a2f50774d6ab871507356e95715cbf68a7b.tar.gz
tdegraphics-db379a2f50774d6ab871507356e95715cbf68a7b.zip
KSnapshot: Open in KolourPaint
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> KSnapshot: Preload screenshot in KolourPaint Fix preloading a screenshot into KolourPaint by writing data into a temporary file. When the editor closes and assuming any changes have been saved to the same temp file, the screenshot data in KSnapshot get updated, allowing to save the screenshot in the usual way. KSnapshot: Implement Open With... options using TDETrader This allows us to dynamically determine which applications can be used to open the snapshot. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'ksnapshot/ksnapshotwidget.ui.h')
-rw-r--r--ksnapshot/ksnapshotwidget.ui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ksnapshot/ksnapshotwidget.ui.h b/ksnapshot/ksnapshotwidget.ui.h
index 921accc9..55a3c6bb 100644
--- a/ksnapshot/ksnapshotwidget.ui.h
+++ b/ksnapshot/ksnapshotwidget.ui.h
@@ -136,3 +136,8 @@ void KSnapshotWidget::slotCopyClicked()
{
emit copyClicked();
}
+
+void KSnapshotWidget::slotOpenWithKPClicked()
+{
+ emit openWithKPClicked();
+}