~ubuntu-branches/ubuntu/raring/kdevplatform/raring

« back to all changes in this revision

Viewing changes to plugins/snippet/editsnippet.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-01-17 03:21:56 UTC
  • mfrom: (0.3.15)
  • Revision ID: package-import@ubuntu.com-20120117032156-toarhfq5ihtpvm2p
Tags: 1.2.81-0ubuntu1
* New upstream release
  - Refreshed kubuntu_01_appmenu_fix.diff
  - Bump SONAME for kdevplatform and libsublime
    + Add appropriate Breaks/Replaces
  - Refresh install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    Snippet* m_snippet;
53
53
    KTextEditor::View* m_snippetView;
54
54
    KTextEditor::View* m_scriptsView;
 
55
    bool m_topBoxModified;
55
56
 
56
57
private slots:
57
58
    void save();
58
59
    void validate();
 
60
    void topBoxModified();
59
61
 
60
62
    void slotSnippetDocumentation();
61
63
    void slotScriptDocumentation();