mirror of
https://github.com/altlinux/admc.git
synced 2025-01-09 17:18:15 +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();
|
||||
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);
|
||||
ui->statusbar->addAction(action_show_client_user);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user