~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to kmail/attachmentmissingwarning.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-01-18 15:29:10 UTC
  • mfrom: (0.2.37)
  • Revision ID: package-import@ubuntu.com-20130118152910-2a0wj5ilqugt0h71
Tags: 4:4.9.98-0ubuntu1
New upstream release candidate

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
void AttachmentMissingWarning::slotAttachFile()
49
49
{
50
50
  Q_EMIT attachMissingFile();
 
51
}
 
52
 
 
53
void AttachmentMissingWarning::slotFileAttached()
 
54
{
51
55
  setVisible(false);
 
56
  Q_EMIT closeAttachMissingFile();
52
57
}
53
58
 
54
59
void AttachmentMissingWarning::explicitlyClosed()