Bug 76618 - CR at end of line in source file
Summary: CR at end of line in source file
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-03 05:24 UTC by The Written Word
Modified: 2004-03-03 09:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch (743 bytes, patch)
2004-03-03 05:24 UTC, The Written Word
Details

Note You need to log in before you can comment on or make changes to this bug.
Description The Written Word 2004-03-03 05:24:12 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
Compiler:          Compaq C++ V6.5-040 
OS:          Other

kdeui/kkeydialog.h has a ^M at the end of line 205, causing a problem for the Tru64 UNIX C++ compiler.
Comment 1 The Written Word 2004-03-03 05:24:50 UTC
Created attachment 4985 [details]
Patch
Comment 2 Stephan Kulow 2004-03-03 09:24:32 UTC
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 );