Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
QtAutogen
/
AutogenOriginDependsOn
/
testGenLib.hpp
blob: 3bacc5be9b5847240f1379894a2e87baf39acd5f [
file
] [
edit
]
#ifndef
TEST3_HPP
#define
TEST3_HPP
#include
<
QObject
>
#include
"simpleLib.hpp"
// This object triggers the AUTOMOC on this file
class
LObject
:
public
QObject
{
Q_OBJECT
public
:
Q_SLOT
void
aSlot
()
{};
};
#endif