X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/905277aac40f2a55daa5bb2925acb6d4046dacfd..bf768056294fa3ca471eee71aa2d013db5e25b7b:/src/dolphinpart.cpp diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 1cd336c8c..16caae9d6 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -94,7 +94,6 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QStringLi this, SLOT(slotUrlChanged(KUrl))); connect(m_view, SIGNAL(modeChanged()), this, SIGNAL(viewModeChanged())); // relay signal - // TODO slotSortingChanged m_actionHandler = new DolphinViewActionHandler(actionCollection(), this); m_actionHandler->setCurrentView(m_view);