You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
366 B
C
19 lines
366 B
C
#ifndef CORE_H
|
|
#define CORE_H
|
|
|
|
#include "define.h"
|
|
#include "context.h"
|
|
#include "iplugin.h"
|
|
#include "imetadataplugin.h"
|
|
#include "gridform.h"
|
|
#include "permissionservice.h"
|
|
#include "combodata.h"
|
|
#include "settingsservice.h"
|
|
#include "settingsform.h"
|
|
#include "enums.h"
|
|
#include "objectbinder.h"
|
|
#include "helper.h"
|
|
#include "idashboardwidget.h"
|
|
|
|
#endif // CORE_H
|