31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From c0d33c40612d05f4b46474566300fd62fb379da4 Mon Sep 17 00:00:00 2001
|
|
From: liuxinhao <liuxinhao@kylinos.com.cn>
|
|
Date: Thu, 20 Jan 2022 15:29:42 +0800
|
|
Subject: [PATCH] fix(build): fix compilation errors on OpenEuler
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 修复位于OpenEluer上的编译错误
|
|
|
|
Signed-off-by: liuxinhao <liuxinhao@kylinos.com.cn>
|
|
---
|
|
src/widgets/kiran-titlebar-window/global_define.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/widgets/kiran-titlebar-window/global_define.h b/src/widgets/kiran-titlebar-window/global_define.h
|
|
index e9d9d7c..6361a0e 100644
|
|
--- a/src/widgets/kiran-titlebar-window/global_define.h
|
|
+++ b/src/widgets/kiran-titlebar-window/global_define.h
|
|
@@ -21,7 +21,7 @@
|
|
#define DEFAULT_THEME_PATH ":/kiranwidgets-qt5/themes/kiran-titlebar-window_black.qss"
|
|
|
|
namespace Kiran {
|
|
-
|
|
+ Q_NAMESPACE
|
|
enum CursorPositionEnum{
|
|
CursorPosition_None = 0x00000000,
|
|
CursorPosition_Top = 0x00000001,
|
|
--
|
|
2.27.0
|