From kde-commits Fri Dec 09 07:56:21 2016 From: Montel Laurent Date: Fri, 09 Dec 2016 07:56:21 +0000 To: kde-commits Subject: [korganizer] src/views/multiagendaview: Fix comment Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=148127018904981 Git commit 5547cc0660abe04c4c142f9bcf82afb8b0a51b56 by Montel Laurent. Committed on 09/12/2016 at 07:56. Pushed by mlaurent into branch 'master'. Fix comment M +1 -1 src/views/multiagendaview/multiagendaview.cpp https://commits.kde.org/korganizer/5547cc0660abe04c4c142f9bcf82afb8b0a51b56 diff --git a/src/views/multiagendaview/multiagendaview.cpp b/src/views/mult= iagendaview/multiagendaview.cpp index 778db0c3..a89d5c2f 100644 --- a/src/views/multiagendaview/multiagendaview.cpp +++ b/src/views/multiagendaview/multiagendaview.cpp @@ -373,7 +373,7 @@ void MultiAgendaViewConfigDialog::useCustomToggled(bool= on) // this explicit enabling/disabling of the ETV is necessary, as the st= ack // widget state is not propagated to the collection views. pprobably = because // the Akonadi error overlays enable/disable the ETV explicitly and th= us - // Q_DECL_OVERRIDE the parent-child relationship? + // override the parent-child relationship? for (int i =3D 0; i < d->ui.selectionStack->count(); ++i) { d->view(i)->view()->setEnabled(on); }