10 lines
160 B
C
10 lines
160 B
C
|
#ifndef GLOBALFUNC_H
|
||
|
#define GLOBALFUNC_H
|
||
|
|
||
|
#include <QWidget>
|
||
|
#include <QByteArray>
|
||
|
|
||
|
QByteArray getNetDev(QWidget *parent, QByteArray);
|
||
|
|
||
|
#endif // GLOBALFUNC_H
|