Move everything into the QHttpEngine namespace.
This commit is contained in:
@@ -46,7 +46,7 @@ void TestQLocalFile::initTestCase()
|
||||
|
||||
void TestQLocalFile::testOpen()
|
||||
{
|
||||
LocalFile file;
|
||||
QHttpEngine::LocalFile file;
|
||||
QVERIFY(file.open());
|
||||
QVERIFY(file.remove());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user