From a2fc9e75e4fd9aa9b6331a0ed40be0e422c03cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E7=B3=96=E9=9B=AA=E7=8B=B8?= Date: Fri, 1 Mar 2024 16:34:19 +0300 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=AE=8F=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/db_localdata.h | 1 + App/main.cpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/App/db_localdata.h b/App/db_localdata.h index a96b09b..83533ce 100644 --- a/App/db_localdata.h +++ b/App/db_localdata.h @@ -7,6 +7,7 @@ #include "uil_chatlist.h" #include "chat.h" +#define ENABLE_UNUSED_FUNCTION 0 // 是否编译未使用的函数 /** * 在此修改配置 diff --git a/App/main.cpp b/App/main.cpp index 3f8799c..5db51f4 100644 --- a/App/main.cpp +++ b/App/main.cpp @@ -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();