Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 10, 2024
1 parent 981d82f commit 350d088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SOCNETV_BEGIN_NAMESPACE
#define M_PI_X_2 (6.28318530717958647692)
#endif


static const QString VERSION="3.2";

enum NodeShape{
Box,
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 350d088

Please sign in to comment.