mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
remove unused EngineWithNoIterator class in QDirIterator test
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
613642a667
commit
5095872672
1 changed files with 0 additions and 12 deletions
|
@ -27,7 +27,6 @@
|
|||
#include <qdiriterator.h>
|
||||
#include <qfileinfo.h>
|
||||
#include <qstringlist.h>
|
||||
#include <qfsfileengine.h>
|
||||
|
||||
// #define Q_NO_SYMLINKS
|
||||
// #define Q_NO_SYMLINKS_TO_DIRS
|
||||
|
@ -339,17 +338,6 @@ void tst_QDirIterator::stopLinkLoop()
|
|||
// The goal of this test is only to ensure that the test above don't malfunction
|
||||
}
|
||||
|
||||
class EngineWithNoIterator : public QFSFileEngine
|
||||
{
|
||||
public:
|
||||
EngineWithNoIterator(const QString &fileName)
|
||||
: QFSFileEngine(fileName)
|
||||
{ }
|
||||
|
||||
QAbstractFileEngineIterator *beginEntryList(QDir::Filters, const QStringList &)
|
||||
{ return 0; }
|
||||
};
|
||||
|
||||
void tst_QDirIterator::absoluteFilePathsFromRelativeIteratorPath()
|
||||
{
|
||||
QDirIterator it("entrylist/", QDir::NoDotAndDotDot);
|
||||
|
|
Loading…
Add table
Reference in a new issue