Common string encryption

Oswald Buddenhagen ossi at kde.org
Tue May 20 11:23:16 BST 2003


On Tue, May 20, 2003 at 12:02:56PM +0200, Michael Goffioul wrote:
> > Not from my side and following Waldos suggestion I would propose to
> > name it "obscureString()".
> 
> Fine for me.

> Let me know when it's available.
> 
lol, good attitude. ;)

anyway, now that i know about KStringHandler :}, i suggest the attached
patch.

greetings

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.
-------------- next part --------------
Index: kshell.h
===================================================================
RCS file: /home/kde/kdelibs/kdecore/kshell.h,v
retrieving revision 1.3
diff -u -r1.3 kshell.h
--- kshell.h	11 Apr 2003 02:31:09 -0000	1.3
+++ kshell.h	20 May 2003 10:15:11 -0000
@@ -26,6 +26,7 @@
 
 /**
  * Provides some basic POSIX shell and bash functionality.
+ * @see KStringHandler
  */
 namespace KShell {
 
Index: kstringhandler.h
===================================================================
RCS file: /home/kde/kdelibs/kdecore/kstringhandler.h,v
retrieving revision 1.21
diff -u -r1.21 kstringhandler.h
--- kstringhandler.h	7 Feb 2003 13:34:23 -0000	1.21
+++ kstringhandler.h	20 May 2003 10:15:11 -0000
@@ -62,6 +62,7 @@
  *
  * @short Class for manipulating words and sentences in strings
  * @author Ian Zepp <icszepp at islc.net>
+ * @see KShell
  */
 class KStringHandler
 {
@@ -314,6 +315,7 @@
      * @return true if the given filename matches the given pattern
      */
     static bool matchFileName( const QString& filename, const QString& pattern );
+    // KDE4: move to KShell
 
     /**
      * Split a QString into a QStringList in a similar fashion to the static


More information about the kde-core-devel mailing list