Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F113179
quick-test.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
455 B
Referenced Files
None
Subscribers
None
quick-test.cpp
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2020-2024 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#include
<kazv-defs.hpp>
#include
<QtQuickTest>
#include
<QQmlEngine>
#include
<QQmlContext>
class
Setup
:
public
QObject
{
Q_OBJECT
public
:
Setup
()
{}
public
Q_SLOTS
:
void
qmlEngineAvailable
(
QQmlEngine
*
)
{
}
};
QUICK_TEST_MAIN_WITH_SETUP
(
quickTest
,
Setup
)
#include
"quick-test.moc"
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Nov 24, 3:46 PM (1 d, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39444
Default Alt Text
quick-test.cpp (455 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment