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

« back to all changes in this revision

Viewing changes to umbrello/umbrello/folder.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:
41
41
     * @param id      The unique id of the Folder. A new ID will be generated
42
42
     *                if this argument is left away.
43
43
     */
44
 
    explicit UMLFolder(const QString & name = "", Uml::IDType id = Uml::id_None);
 
44
    explicit UMLFolder(const QString & name = QString(), Uml::IDType id = Uml::id_None);
45
45
 
46
46
    /**
47
47
     * Empty deconstructor.