#ifndef WNETUTILITY_H #define WNETUTILITY_H #include <QString> class WNetUtility { public: static bool WNetTryConnect(const QString &strPath, const QString &strUser, const QString &strPwd); }; #endif // WNETUTILITY_H