~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/contact/contacteditordialog.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    {
109
109
      KConfig config( QLatin1String( "akonadi_contactrc" ) );
110
110
      KConfigGroup group( &config, QLatin1String( "ContactEditor" ) );
111
 
      const QSize size = group.readEntry( "Size", QSize() );
 
111
      const QSize size = group.readEntry( "Size", QSize(800,  500) );
112
112
      if ( size.isValid() ) {
113
113
        q->resize( size );
114
 
      } else {
115
 
        q->resize( 800,  500 );
116
114
      }
117
115
    }
118
116
 
170
168
  return d->mEditor;
171
169
}
172
170
 
173
 
 
174
171
void ContactEditorDialog::accept()
175
172
{
176
173
    //Nothing