qt5base-lts/tests/auto/corelib/io
Bradley T. Hughes 58170cea15 Reimplement QAbstractFileEngine::open() properly
The virtual function takes a QIODevice::OpenMode argument, not an int.

tests/auto/corelib/io/qfile/test/../tst_qfile.cpp:1942: warning:
'MyEngine::open' hides overloaded virtual function [-Woverloaded-
virtual]
    bool open(int ) { return false; }
         ^
src/corelib/io/qabstractfileengine.h:118: hidden overloaded virtual
function 'QAbstractFileEngine::open' declared here
    virtual bool open(QIODevice::OpenMode openMode);
                 ^

Change-Id: I92338dacb89c05d8c5cfbf8ce094dc519b84d3ba
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
2011-12-21 20:32:24 +01:00
..
qabstractfileengine Windows: Fix qabstractfilenengine-test. 2011-12-01 22:37:31 +01:00
qbuffer Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qdatastream Retire QTest::pixmapsAreEqual(). 2011-12-20 06:17:42 +01:00
qdebug Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qdir Fix QDir::removeRecursively so it doesn't follow symlinks to directories. 2011-12-19 20:48:16 +01:00
qdiriterator Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qfile Reimplement QAbstractFileEngine::open() properly 2011-12-21 20:32:24 +01:00
qfileinfo Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qfilesystementry Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qfilesystemwatcher Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qiodevice Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qprocess QProcess-test: Fix executable location on Windows. 2011-12-09 12:25:14 +01:00
qprocessenvironment Don't depend on moc to disable test functions. 2011-11-18 01:51:57 +01:00
qresourceengine Update .gitignore for tests/auto/corelib/io/qresourceengine 2011-12-12 12:51:02 +01:00
qsettings Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qstandardpaths Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qtemporarydir Fixes for tst_QTemporary(File|Dir)::nonWritableCurrentDir 2011-12-09 14:15:37 +01:00
qtemporaryfile Fixes for tst_QTemporary(File|Dir)::nonWritableCurrentDir 2011-12-09 14:15:37 +01:00
qtextstream Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
qurl Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
io.pro New class QTemporaryDir. 2011-12-02 21:04:34 +01:00