mirror of
https://github.com/altlinux/admc.git
synced 2025-01-25 02:03:35 +03:00
add missing parent for show client action
This commit is contained in:
parent
5ff0a5f1a8
commit
9e0296d234
@ -57,7 +57,7 @@ MainWindow::MainWindow()
|
|||||||
client_user_label = new QLabel();
|
client_user_label = new QLabel();
|
||||||
ui->statusbar->addPermanentWidget(client_user_label);
|
ui->statusbar->addPermanentWidget(client_user_label);
|
||||||
|
|
||||||
auto action_show_client_user = new QAction("Show Client User");
|
auto action_show_client_user = new QAction("Show Client User", this);
|
||||||
action_show_client_user->setCheckable(true);
|
action_show_client_user->setCheckable(true);
|
||||||
ui->statusbar->addAction(action_show_client_user);
|
ui->statusbar->addAction(action_show_client_user);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user