cmake/Tests/RunCMake/Autogen_4/example_ui.h
2024-11-11 15:18:55 +01:00

15 lines
152 B
C++

#ifndef EXAMPLE_UI_H
#define EXAMPLE_UI_H
#include <QObject>
#include "ui_uiA.h"
class Example : public QObject
{
Q_OBJECT
Example();
};
#endif