diff options
author | Michele Calgaro <[email protected]> | 2023-03-01 22:37:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-03-02 12:23:54 +0900 |
commit | 3bac83b229cfeffea40d1ab5ffe07c57f890e404 (patch) | |
tree | 16c40038982e4ef87073af4c3bc1e7d649531cb7 /ksnapshot/ksnapshotwidget.ui | |
parent | db379a2f50774d6ab871507356e95715cbf68a7b (diff) | |
download | tdegraphics-3bac83b229cfeffea40d1ab5ffe07c57f890e404.tar.gz tdegraphics-3bac83b229cfeffea40d1ab5ffe07c57f890e404.zip |
KSnapshots: fixed remaining issues related to PR #50.
Signed-off-by: Michele Calgaro <[email protected]>
KSnapshot: remove stray slot
This was erroneously introduced in PR #50.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'ksnapshot/ksnapshotwidget.ui')
-rw-r--r-- | ksnapshot/ksnapshotwidget.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ksnapshot/ksnapshotwidget.ui b/ksnapshot/ksnapshotwidget.ui index c2dbf4fd..d0f815c3 100644 --- a/ksnapshot/ksnapshotwidget.ui +++ b/ksnapshot/ksnapshotwidget.ui @@ -324,12 +324,6 @@ If <i>no delay</i> is set, the program will wait for a mouse click b <slot>slotOpenWithKPClicked()</slot> </connection> <connection> - <sender>btnOpenWith</sender> - <signal>clicked()</signal> - <receiver>KSnapshotWidget</receiver> - <slot>slotOpenWithClicked()</slot> - </connection> - <connection> <sender>btnSave</sender> <signal>clicked()</signal> <receiver>KSnapshotWidget</receiver> |