Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2578038
KazvIOManagerMock.qml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
344 B
Referenced Files
None
Subscribers
None
KazvIOManagerMock.qml
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2023 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import
QtQuick
2.15
QtObject
{
id: managerMock
function
getDownloadJob
(
jobId
)
{
const
component
=
Qt
.
createComponent
(
"KazvIOJobMock.qml"
);
return
component
.
createObject
(
managerMock
);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 24, 7:36 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
215160
Default Alt Text
KazvIOManagerMock.qml (344 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment