From 350d0881be3323e8a1aab15b3244288f8f220fa7 Mon Sep 17 00:00:00 2001 From: Dimitris Kalamaras Date: Tue, 10 Dec 2024 19:04:29 +0200 Subject: [PATCH] minor change --- src/global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global.h b/src/global.h index b574552f..b82e7114 100644 --- a/src/global.h +++ b/src/global.h @@ -31,7 +31,7 @@ SOCNETV_BEGIN_NAMESPACE #define M_PI_X_2 (6.28318530717958647692) #endif - +static const QString VERSION="3.2"; enum NodeShape{ Box, @@ -101,7 +101,7 @@ enum NetworkRequestType { }; -static const QString VERSION="3.2"; + static const int USER_MSG_INFO=0; static const int USER_MSG_CRITICAL=1;