Skip to content
Snippets Groups Projects
Commit 2db5b260 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

struct -> class

Reviewed-by: Tobias Hunger
parent 0a0b8dca
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,9 @@ ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment