mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-25 19:21:41 +03:00
added debug messages in dockconfigview
This commit is contained in:
parent
fff71ab3df
commit
70ae1c646e
@ -96,6 +96,8 @@ DockConfigView::~DockConfigView()
|
||||
|
||||
void DockConfigView::init()
|
||||
{
|
||||
qDebug() << "dock config view : initialization started...";
|
||||
|
||||
setDefaultAlphaBuffer(true);
|
||||
setColor(Qt::transparent);
|
||||
PanelShadows::self()->addWindow(this);
|
||||
@ -116,6 +118,8 @@ void DockConfigView::init()
|
||||
setSource(source);
|
||||
syncGeometry();
|
||||
syncSlideEffect();
|
||||
|
||||
qDebug() << "dock config view : initialization ended...";
|
||||
}
|
||||
|
||||
inline Qt::WindowFlags DockConfigView::wFlags() const
|
||||
|
Loading…
Reference in New Issue
Block a user