| Summary: | Ignore qt/kde args in kcmdlineargs when noKApp is true (with patch). | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Kurt Hindenburg <khindenburg> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | SVN | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch to ignore qt/kde command line options when noKApp == true | ||
|
Description
Kurt Hindenburg
2004-05-25 19:40:46 UTC
Created attachment 6120 [details]
Patch to ignore qt/kde command line options when noKApp == true
I don't think this it is desired to remove _ALL_ Qt/KDE command line options. Which Qt command line options don't work in konsole? Do they work in other KDE applications? 1. KCmdLineArgs::init( argc, argv, &aboutData, true );
noKApp - Set this true to not add commandline options for QApplication / KApplication
Doesn't setting noKApp to true, mean you don't want any qt/kde options?
2. Reconsidering, I don't think konsole can use this init(,,true) line.
I had thought about adding a function KCmdLineArgs::removeSpecificArg(id,
name). Perhaps I should consider that. ie removeSpecificArg("qt", "background")
I don't see a need for this. |