~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to mailfilteragent/filterlogdialog.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-11-06 22:33:11 UTC
  • mfrom: (0.2.32)
  • Revision ID: package-import@ubuntu.com-20121106223311-4gory9kkq4b6j6ps
Tags: 4:4.9.3-0ubuntu1
New upstream release (LP: #1074747)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  public:
51
51
    /** constructor */
52
52
    explicit FilterLogDialog( QWidget * parent );
53
 
  
 
53
    ~FilterLogDialog();
54
54
  protected slots:
55
55
    void slotLogEntryAdded( const QString& logEntry );
56
56
    void slotLogShrinked();