struct -> class

Reviewed-by: Tobias Hunger
This commit is contained in:
Christian Kandeler
2011-04-14 11:25:52 +02:00
parent 0a0b8dcafc
commit 2db5b26087

View File

@@ -39,8 +39,9 @@
namespace Qt4ProjectManager { namespace Qt4ProjectManager {
namespace Internal { namespace Internal {
struct MaemoDeployable class MaemoDeployable
{ {
public:
MaemoDeployable() {} MaemoDeployable() {}
MaemoDeployable(const QString &localFilePath, const QString &remoteDir) MaemoDeployable(const QString &localFilePath, const QString &remoteDir)