Skip to content

Commit

Permalink
add @pyqtslot
Browse files Browse the repository at this point in the history
  • Loading branch information
HellAholic committed Sep 12, 2024
1 parent 552686c commit 1e3fbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cura/CuraActions.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def paste(self) -> None:
def _openUrl(self, url: QUrl) -> None:
QDesktopServices.openUrl(url)

@pyqtSlot()
def supportProjectTag(self):
timestamp = datetime.now().strftime("%Y%m%d-%H%M%S")
return f"exported-project-for-support-{timestamp}"

0 comments on commit 1e3fbc4

Please sign in to comment.