forked from qt-creator/qt-creator
struct -> class
Reviewed-by: Tobias Hunger
This commit is contained in:
@@ -39,8 +39,9 @@
|
||||
namespace Qt4ProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
struct MaemoDeployable
|
||||
class MaemoDeployable
|
||||
{
|
||||
public:
|
||||
MaemoDeployable() {}
|
||||
|
||||
MaemoDeployable(const QString &localFilePath, const QString &remoteDir)
|
||||
|
Reference in New Issue
Block a user