14 lines
177 B
C++
14 lines
177 B
C++
|
|
#include "fuseinterface.h"
|
||
|
|
|
||
|
|
#include <errno.h>
|
||
|
|
#include <string.h>
|
||
|
|
|
||
|
|
FuseInterface::FuseInterface(QObject *parent)
|
||
|
|
: QObject{parent}
|
||
|
|
{}
|
||
|
|
|
||
|
|
FuseInterface::~FuseInterface()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|