mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
Merge branch 'master' of ssh://bitbucket.org/smil3y/kde-workspace
This commit is contained in:
commit
54df6ed55d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ private:
|
||||||
|
|
||||||
DeviceNotifierWidget::DeviceNotifierWidget(DeviceNotifier* devicenotifier)
|
DeviceNotifierWidget::DeviceNotifierWidget(DeviceNotifier* devicenotifier)
|
||||||
: QGraphicsWidget(devicenotifier),
|
: QGraphicsWidget(devicenotifier),
|
||||||
onlyremovable(true), // TODO: option for it
|
onlyremovable(true),
|
||||||
m_devicenotifier(devicenotifier),
|
m_devicenotifier(devicenotifier),
|
||||||
m_layout(nullptr),
|
m_layout(nullptr),
|
||||||
m_title(nullptr)
|
m_title(nullptr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue