Set parent of LogView.
This commit is contained in:
parent
b44ad4e277
commit
ca073bdaad
|
@ -25,8 +25,8 @@
|
||||||
#include "logview.h"
|
#include "logview.h"
|
||||||
|
|
||||||
LogView::LogView(QWidget *parent)
|
LogView::LogView(QWidget *parent)
|
||||||
|
: QWidget(parent)
|
||||||
{
|
{
|
||||||
Q_UNUSED(parent);
|
|
||||||
mUI.setupUi(this);
|
mUI.setupUi(this);
|
||||||
setWindowFlags(Qt::Tool);
|
setWindowFlags(Qt::Tool);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue