> On June 28, 2015, 8:40 a.m., Dennis Nienhüser wrote: > > src/plugins/render/earthquake/EarthquakePlugin.cpp, line 167 > > <https://git.reviewboard.kde.org/r/124188/diff/1/?file=381446#file381446line167> > > > > can we get rid of the if clause and just call > > `m_ui->m_timeRangeNPastDaysRadioButton->setChecked( > > m_timeRangeNPastDays );` ?
In this case, m_timeRangeNPastDaysRadioButton is then always checked initially, irrespective of the m_timeRangeNPastDays in config. Anyway, is it all that important? - Alexey ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124188/#review81805 ----------------------------------------------------------- On June 27, 2015, 10:18 p.m., Alexey Bugrov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/124188/ > ----------------------------------------------------------- > > (Updated June 27, 2015, 10:18 p.m.) > > > Review request for Marble and Torsten Rahn. > > > Repository: marble > > > Description > ------- > > A patch for Bug 300184 - Eartquake Plugin: Need to use config dialog to see > recent earth quakes > > > Diffs > ----- > > src/plugins/render/earthquake/EarthquakeConfigWidget.ui 0cc1804 > src/plugins/render/earthquake/EarthquakePlugin.h 1cb88b7 > src/plugins/render/earthquake/EarthquakePlugin.cpp 47f041c > > Diff: https://git.reviewboard.kde.org/r/124188/diff/ > > > Testing > ------- > > Done some testing, seems to work ok. Passes the unit tests too. > > > Thanks, > > Alexey Bugrov > >
_______________________________________________ Marble-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/marble-devel
