konsole: remove check for arguments Katie no longer supports [ci reset]

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-06-01 02:10:17 +03:00
parent 9aa847fdae
commit 7b8efc2d0b

View file

@ -97,7 +97,7 @@ bool shouldUseNewProcess()
const KCmdLineArgs* qtArgs = KCmdLineArgs::parsedArgs("qt");
QStringList qtProblematicOptions;
qtProblematicOptions << "session" << "name" << "reverse"
<< "stylesheet" << "graphicssystem";
<< "stylesheet";
#if defined(Q_WS_X11)
qtProblematicOptions << "display" << "visual";
#endif