aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowUI.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 19:23:56 +0000
committersaturneric <[email protected]>2024-07-29 19:23:56 +0000
commitd0aa53324734306459f7f0062b4801408bbaf58b (patch)
treed22c1e3ae0eb06405c0abf94d3364973cc651159 /src/ui/main_window/MainWindowUI.cpp
parentfix: distinguishing Error Alerts for Ppaer Key Operation Failures (diff)
parentfix: solve some known issues at ci build configs (diff)
downloadGpgFrontend-d0aa53324734306459f7f0062b4801408bbaf58b.tar.gz
GpgFrontend-d0aa53324734306459f7f0062b4801408bbaf58b.zip
Merge branch 'develop' of ssh://ssh.git.bktus.com:2222/GpgFrontend/GpgFrontend into develop
Diffstat (limited to '')
-rw-r--r--src/ui/main_window/MainWindowUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowUI.cpp b/src/ui/main_window/MainWindowUI.cpp
index 2633a50d..c1189fa2 100644
--- a/src/ui/main_window/MainWindowUI.cpp
+++ b/src/ui/main_window/MainWindowUI.cpp
@@ -681,7 +681,7 @@ void MainWindow::create_tool_bars() {
}
void MainWindow::create_status_bar() {
- auto* status_bar_box = new QWidget(this);
+ auto* status_bar_box = new QWidget();
auto* status_bar_box_layout = new QHBoxLayout();
// QPixmap* pixmap;