Fix build break due to typo in #include files
This commit is contained in:
parent
f28e236276
commit
db226d7069
@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||||||
#ifndef _MANDATORY_FIELDS_GROUP_H
|
#ifndef _MANDATORY_FIELDS_GROUP_H
|
||||||
#define _MANDATORY_FIELDS_GROUP_H
|
#define _MANDATORY_FIELDS_GROUP_H
|
||||||
|
|
||||||
#include <QObject.h>
|
#include <QObject>
|
||||||
#include <QList.h>
|
#include <QList>
|
||||||
|
|
||||||
class QPushButton;
|
class QPushButton;
|
||||||
class QWidget;
|
class QWidget;
|
||||||
|
Loading…
Reference in New Issue
Block a user