Skip to content

Commit

Permalink
优化 宏定义位置
Browse files Browse the repository at this point in the history
  • Loading branch information
nekosilverfox committed Mar 1, 2024
1 parent 467dc4c commit a2fc9e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions App/db_localdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "uil_chatlist.h"
#include "chat.h"

#define ENABLE_UNUSED_FUNCTION 0 // 是否编译未使用的函数

/**
* 在此修改配置
Expand Down
2 changes: 0 additions & 2 deletions App/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include "db_localdata.h"

#define ENABLE_UNUSED_FUNCTION 0 // 是否编译未使用的函数

QString localUserName = ""; // User Name (will get in user login)
QString localUserGroupNumber = ""; // Group number (will get in user login)
QHostAddress localIpAddress = QHostAddress();
Expand Down

0 comments on commit a2fc9e7

Please sign in to comment.