mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
refactor(cleanup) : finish statusballoon impl, remove dead code , visual improvements
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <QVBoxLayout>
|
||||
|
||||
LiveScreenWidget::LiveScreenWidget(iDescriptorDevice *device, QWidget *parent)
|
||||
: Tool{parent}, m_device(device)
|
||||
: Tool{parent, false}, m_device(device)
|
||||
{
|
||||
setWindowTitle("Live Screen - iDescriptor");
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
Reference in New Issue
Block a user