Skip to content

Commit

Permalink
fix: missing QT_QPA_PLATFORM for DApplication
Browse files Browse the repository at this point in the history
it's useful for children process. and like revert the commit
cbcb732
  • Loading branch information
18202781743 committed Jan 23, 2025
1 parent d545362 commit 3f6e005
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widgets/dapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,6 @@ DApplication::DApplication(int &argc, char **argv) :
QApplication(argc, argv),
DObject(*new DApplicationPrivate(this))
{
qputenv("QT_QPA_PLATFORM", QByteArray());

// FIXME: fix bug in nvidia prime workaround, do not know effoct, must test more!!!
// 在龙芯和申威上,xcb插件中加载glx相关库(r600_dri.so等)会额外耗时1.xs(申威应该更长)
if (
Expand Down

0 comments on commit 3f6e005

Please sign in to comment.