1
0
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:
Dmitry Degtyarev 2021-10-22 16:04:46 +04:00
parent 5ff0a5f1a8
commit 9e0296d234

View File

@ -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);