]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
backport: fixed issue that the item height does not match to the number of lines...
[dolphin.git] / src / dolphinpart.cpp
index 1cd336c8cc30cb02605921171c26890183b04eaf..16caae9d69e85339bfc06ef3bdfe3f625320e73a 100644 (file)
@@ -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);