From 2524ce12d6cf52db54e62bc88e64f1683e17f0c9 Mon Sep 17 00:00:00 2001 From: zjeffer <4633209+zjeffer@users.noreply.github.com> Date: Sat, 18 Jan 2025 11:28:24 +0100 Subject: [PATCH] Fix cmake warning #727 --- src/qml/Utilities.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Utilities.js b/src/qml/Utilities.js index 23c16e02..5954f032 100644 --- a/src/qml/Utilities.js +++ b/src/qml/Utilities.js @@ -1,3 +1,4 @@ +.pragma library // It takes four arguments. The verb, which defines the HTTP verb to be used (GET, POST, PUT, DELETE). // The second paramater is the BASE address (e.g. ‘http://localhost:5000 (opens new window)’). // The third parameter is the endpoint to be used as a postfix to the BASE address