代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/kiran-session-guard 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From c259d0223202a986deb3d2eec7567380e7895ce9 Mon Sep 17 00:00:00 2001
From: liuxinhao <liuxinhao@kylinsec.com.cn>
Date: Tue, 22 Aug 2023 11:47:25 +0800
Subject: [PATCH 6/7] fix(compile warning): Fixed some compilation warnings
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 修复一些编译告警
---
src/polkit-agent/dialog.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/polkit-agent/dialog.cpp b/src/polkit-agent/dialog.cpp
index 10fdbc5..6094a71 100644
--- a/src/polkit-agent/dialog.cpp
+++ b/src/polkit-agent/dialog.cpp
@@ -48,7 +48,7 @@ void AuthInfo::dump()
qDebug() << "detail key:" << key << "value:" << value;
}
qDebug() << "cookie: " << cookie;
- for (const PolkitQt1::Identity identity : identities)
+ for (const PolkitQt1::Identity& identity : identities)
{
qDebug() << "identity: " << identity.toString();
}
@@ -122,7 +122,7 @@ void Dialog::initUI()
Kiran::StylePropertyHelper::setButtonType(ui->btn_reauth, Kiran::BUTTON_Default);
switchButtonLayout(BUTTON_LAYOUT_NORMAL);
-
+
m_switcher = new AuthTypeSwitcher(EXPAND_DIRECTION_BOTTOM, 4, this);
m_switcher->setAdjustColorToTheme(true);
m_switcher->setFixedSize(QSize(42, 36));
--
2.27.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。