X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/079f903bc8691866b4aa3c3e41204a47e735c062..1e5bc5b3d6ba344da09369802d822f6cd6da7c4c:/src/dolphinpart.h diff --git a/src/dolphinpart.h b/src/dolphinpart.h index af0acb171..aec427753 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -88,6 +88,14 @@ public: return m_nameFilter; } + /** + * Don't use this. Always @returns an empty list. It only exists to silence moc. + */ + QList filesToSelect() const + { + return QList(); + } + protected: /** * We reimplement openUrl so no need to implement openFile. @@ -214,10 +222,6 @@ private Q_SLOTS: * Called by konqueror --select */ void setFilesToSelect(const QList &files); - QList filesToSelect() const - { - return QList(); - } // silence moc bool eventFilter(QObject *, QEvent *) override;