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

« back to all changes in this revision

Viewing changes to umbrello/umbrello/codegenerators/javacodecomment.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
 *      Date   : Mon Jun 23 2003
14
14
 */
15
15
 
16
 
 
17
 
 
18
16
#ifndef JAVACODECOMMENT_H
19
17
#define JAVACODECOMMENT_H
20
18
 
56
54
    /**
57
55
     * @return  QString
58
56
     */
59
 
    QString toString ( );
 
57
    QString toString ( ) const;
60
58
 
61
59
    /** UnFormat a long text string. Typically, this means removing
62
60
      *  the indentaion (linePrefix) and/or newline chars from each line.