mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix(bluetooth):the Shared library could not find the variable symbol
共享库找不到extern声明的变量 (cherry picked from commit 4721ff307341860d07aa7964e028414e90ee18c0)
This commit is contained in:
parent
e6a7c4e351
commit
1633d1b23d
@ -27,7 +27,7 @@
|
||||
#include <QHBoxLayout>
|
||||
#include <QPainter>
|
||||
|
||||
const int ItemHeight = 30;
|
||||
extern const int ItemHeight = 30;
|
||||
|
||||
DeviceItem::DeviceItem(const QString &title, QWidget *parent)
|
||||
: QWidget(parent)
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "QHBoxLayout"
|
||||
|
||||
const int ControlHeight = 35;
|
||||
extern const int ControlHeight = 35;
|
||||
|
||||
SwitchItem::SwitchItem(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user