~ubuntu-branches/ubuntu/utopic/kopete/utopic-proposed

« back to all changes in this revision

Viewing changes to kopete/chatwindow/kopeterichtextwidget.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-11-23 17:46:40 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20131123174640-gz1zjv1xqh81bi2h
Tags: 4:4.11.80-0ubuntu1
* New upstream beta release
* Bump build dependency to libotr5-dev
* Update symbols
* Update install files
* Drop new_linphone.diff, not required anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
    void slotResetFontAndColor();
82
82
    void slotCheckSpellingChanged(bool b);
 
83
    void slotDocumentSizeUpdated();
 
84
    void slotEnableAutoResize(bool enable);
83
85
signals:
84
86
    void richTextSupportChanged();
 
87
    void documentSizeUpdated(int difference);
85
88
 
86
89
protected:
87
90
    virtual void insertFromMimeData(const QMimeData * source);