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

« back to all changes in this revision

Viewing changes to akonadi/contact/editor/geoeditwidget.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:
90
90
    KABC::Geo mCoordinates;
91
91
};
92
92
 
93
 
 
94
93
GeoEditWidget::GeoEditWidget( QWidget *parent )
95
94
  : QWidget( parent )
96
95
{
412
411
    mLongitude->setValue( mCoordinates.longitude() );
413
412
  }
414
413
 
415
 
 
416
414
  if ( !(type & ExceptSexagesimal) ) {
417
415
    int degrees, minutes, seconds;
418
416
    double latitude = mCoordinates.latitude();