https://bugs.kde.org/show_bug.cgi?id=374845
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- How to use this feature: Importing from file: 1. start umbrello 2. add a new sequence diagram 3. right click on diagram and select new->import stack trace 4. Select file and press okay Importing from clipboard: 1. start umbrello 2. add a new sequence diagram 3. copy sequences into clipboard 4. paste clipboard into sequence diagram Importing sequences requires to use one of the following forms: class1::function1(...) class2::function2() class3::function3 ::function4(...) ::function5() ::function6 These sequences are imported in the mentioned order, e.g. 'class1::function1(...)' will be the first, 'function6' the last synchronous sequence. -- You are receiving this mail because: You are watching all bug changes.