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

« back to all changes in this revision

Viewing changes to knotes/knote.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-07 07:56:38 UTC
  • mfrom: (0.2.27)
  • Revision ID: package-import@ubuntu.com-20120607075638-0luhdq11z7sgvs4m
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1117
1117
 
1118
1118
void KNote::closeEvent( QCloseEvent * event )
1119
1119
{
 
1120
  if ( kapp->sessionSaving() ) {
 
1121
    return;
 
1122
  }
1120
1123
  event->ignore(); //We don't want to close (and delete the widget). Just hide it
1121
1124
  slotClose();
1122
1125
}