summaryrefslogtreecommitdiff
path: root/src/core/funcSearch.py
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-04-24 17:16:05 +0200
committerDebulois <quentin@debulois.fr>2022-04-24 17:16:05 +0200
commit6104a59cbdf6474acea6a8a1d4c865f3d88d2296 (patch)
tree2920dea1346aafb041643d87ba1bb6dc1a813ee2 /src/core/funcSearch.py
parent4c4f70bf6eb88a419add86e182d3080674196433 (diff)
Mise en place du système de connexion / enregistrement
Diffstat (limited to 'src/core/funcSearch.py')
-rw-r--r--src/core/funcSearch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/funcSearch.py b/src/core/funcSearch.py
new file mode 100644
index 0000000..664a24b
--- /dev/null
+++ b/src/core/funcSearch.py
@@ -0,0 +1,3 @@
+
+def search_by_job_id(mainWindow, jobId) -> None:
+ print(jobId)