mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
konsole: remove check for arguments Katie no longer supports [ci reset]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9aa847fdae
commit
7b8efc2d0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue