17 lines
277 B
C++
17 lines
277 B
C++
#ifndef ACCSERVICEGRID_H
|
|
#define ACCSERVICEGRID_H
|
|
|
|
|
|
#include <core.h>
|
|
#include "data/accservice.h"
|
|
#include "services-odb.hxx"
|
|
|
|
class AccServiceGrid : public GridForm<AccService>
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
AccServiceGrid(QWidget *parent = NULL);
|
|
};
|
|
|
|
#endif // ACCSERVICEGRID_H
|