QmlCppEngine: StackWindow Behaviour

Enable/Disable the stack window based on engine state.
Update the markers in the stack window correctly.

Change-Id: Idbc694aa2a4be9497e2e3b2c9e9a1f463e1c7692
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2011-10-17 17:45:15 +02:00
committed by Aurindam Jana
parent 63dac82a0a
commit 7a1bf412fb
3 changed files with 11 additions and 2 deletions

View File

@@ -85,6 +85,9 @@ public:
void scheduleResetLocation();
void resetLocation();
signals:
void stackChanged();
private:
// QAbstractTableModel
int rowCount(const QModelIndex &parent) const;