commit
ce89355d07
|
@ -1,3 +1,12 @@
|
|||
ukui-bluetooth (4.1.0.1-ok0.2) yangtze; urgency=medium
|
||||
|
||||
* Bug号码:无
|
||||
* 需求号 :无
|
||||
* 其他改动说明:rebuild 4.1.0.0-ok0.1
|
||||
* 其他改动影响域:无
|
||||
|
||||
-- dengtuo <dengtuo@kylinos.cn> Fri, 24 Nov 2023 15:06:21 +0800
|
||||
|
||||
ukui-bluetooth (4.1.0.1-ok0.1) yangtze; urgency=medium
|
||||
|
||||
* Bug号码:无
|
||||
|
|
|
@ -4,7 +4,7 @@ Environment envPC = Environment::NOMAL;
|
|||
|
||||
Bluetooth::Bluetooth() : mFirstLoad(true) {
|
||||
|
||||
qDebug() << Q_FUNC_INFO << "start" << "++ukccBluetooth========================" << __LINE__;
|
||||
qDebug() << Q_FUNC_INFO << "start" << "++ukccBluetooth======================== start" << __LINE__;
|
||||
ukccbluetoothconfig::setEnvPCValue();
|
||||
qDebug() << Q_FUNC_INFO << envPC << __LINE__;
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
|
||||
|
||||
class ukccbluetoothconfig
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue