mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
15 lines
194 B
C++
15 lines
194 B
C++
#ifndef COREEXECUTABLE_H
|
|
#define COREEXECUTABLE_H
|
|
|
|
#include <QString>
|
|
|
|
class QObject;
|
|
|
|
namespace CoreExecutable
|
|
{
|
|
QString path();
|
|
QString version(QObject *parent);
|
|
}
|
|
|
|
#endif // COREEXECUTABLE_H
|