fix windows build

This commit is contained in:
Andrei Yankovich 2019-09-29 20:12:16 +03:00
parent df994058bd
commit afeaca8872

View File

@ -6,6 +6,7 @@
//#
#include <QString>
#include "deploy_global.h"
#ifndef PATHUTILS_H
#define PATHUTILS_H
@ -14,7 +15,7 @@
* @brief The PathUtils class
*
*/
class PathUtils
class DEPLOYSHARED_EXPORT PathUtils
{
public:
PathUtils();