| Summary: | CR at end of line in source file | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | The Written Word <bugzilla-kde> |
| Component: | general | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch | ||
|
Description
The Written Word
2004-03-03 05:24:12 UTC
Created attachment 4985 [details]
Patch
CVS commit by coolo: removing strange character CCMAIL: 76618-done@bugs.kde.org M +3 -3 kkeydialog.h 1.82 --- kdelibs/kdeui/kkeydialog.h #1.81:1.82 @@ -203,5 +203,5 @@ class KKeyChooser : public QWidget private: bool isKeyPresentLocally( const KShortcut& cut, KKeyChooserItem* ignoreItem, bool bWarnUser ); - static bool promptForReassign( const KKeySequence& cut, const QString& sAction, ActionType action, QWidget* parent ) ; + static bool promptForReassign( const KKeySequence& cut, const QString& sAction, ActionType action, QWidget* parent ); static void removeStandardShortcut( const QString& name, KKeyChooser* chooser ); static void removeGlobalShortcut( const QString& name, KKeyChooser* chooser ); |