Newer
Older
Import / applications / Photoframe / Research / SMB / SMBBrowser / smbbrowser.h
@John Ryland John Ryland on 22 Dec 2020 203 bytes import of apps from backup copy of dell-pc
#ifndef SMBBROWSER_H
#define SMBBROWSER_H


#include <QObject>


class SMBBrowser : public QObject
{
    Q_OBJECT
public:
    SMBBrowser(QObject *parent);
    ~SMBBrowser();
};


#endif // SMBBROWSER_H