forked from qt-creator/qt-creator
Maemo: Disable QML debugging for Harmattan and Meego.
It's completely broken for the remote case in both pure QML and mixed mode.
This commit is contained in:
@@ -203,7 +203,7 @@ public:
|
||||
|
||||
virtual bool allowsRemoteMounts() const { return false; }
|
||||
virtual bool allowsPackagingDisabling() const { return false; }
|
||||
virtual bool allowsQmlDebugging() const { return true; }
|
||||
virtual bool allowsQmlDebugging() const { return false; }
|
||||
|
||||
virtual QString projectVersion(QString *error = 0) const;
|
||||
virtual QString packageName() const;
|
||||
@@ -265,7 +265,7 @@ public:
|
||||
|
||||
virtual bool allowsRemoteMounts() const { return false; }
|
||||
virtual bool allowsPackagingDisabling() const { return false; }
|
||||
virtual bool allowsQmlDebugging() const { return true; }
|
||||
virtual bool allowsQmlDebugging() const { return false; }
|
||||
|
||||
static QString defaultDisplayName();
|
||||
|
||||
|
Reference in New Issue
Block a user