13 lines
213 B
C
13 lines
213 B
C
|
|
#ifndef __Common_H__
|
|||
|
|
#define __Common_H__
|
|||
|
|
|
|||
|
|
#include <QObject>
|
|||
|
|
#include <QWidget>
|
|||
|
|
#include <QSharedPointer>
|
|||
|
|
#include <QDebug>
|
|||
|
|
#include <QDateTime>
|
|||
|
|
#include <QMap>
|
|||
|
|
#include <QPushButton>
|
|||
|
|
|
|||
|
|
#endif // !__Common_H__
|