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.
16 lines
249 B
C
16 lines
249 B
C
9 years ago
|
#ifndef ACCSERVICEGRID_H
|
||
|
#define ACCSERVICEGRID_H
|
||
|
|
||
|
|
||
|
#include <core.h>
|
||
|
#include "data/accservice.h"
|
||
|
|
||
|
class AccServiceGrid : public GridForm<AccService>
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
public:
|
||
|
AccServiceGrid(QWidget *parent = NULL);
|
||
|
};
|
||
|
|
||
|
#endif // ACCSERVICEGRID_H
|