~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to umbrello/umbrello/codegenerators/rubycodedocumentation.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 *   the Free Software Foundation; either version 2 of the License, or     *
14
14
 *   (at your option) any later version.                                   *
15
15
 *                                                                         *
16
 
 *   copyright (C) 2006-2007                                               *
 
16
 *   copyright (C) 2006-2008                                               *
17
17
 *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
18
18
 ***************************************************************************/
19
19
 
65
65
    /**
66
66
     * @return    QString
67
67
     */
68
 
    QString toString ( );
 
68
    QString toString ( ) const;
69
69
 
70
70
    /** UnFormat a long text string. Typically, this means removing
71
71
    *  the indentaion (linePrefix) and/or newline chars from each line.