~ubuntu-branches/ubuntu/raring/kgpg/raring-updates

« back to all changes in this revision

Viewing changes to editor/kgpgtextedit.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-04-03 08:52:03 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120403085203-1ijjak47r3tszi0d
Tags: 4:4.8.2-0ubuntu1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    void dragEnterEvent(QDragEnterEvent *e);
56
56
    void dropEvent(QDropEvent *e);
57
57
 
58
 
private:
59
 
    bool checkForUtf8(const QString &text);
60
 
 
61
58
private slots:
62
59
    void slotEncodeUpdate(int result);
63
60
    void slotSignUpdate(const QString &content);