forked from qt-creator/qt-creator
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:
committed by
Aurindam Jana
parent
63dac82a0a
commit
7a1bf412fb
@@ -85,6 +85,9 @@ public:
|
||||
void scheduleResetLocation();
|
||||
void resetLocation();
|
||||
|
||||
signals:
|
||||
void stackChanged();
|
||||
|
||||
private:
|
||||
// QAbstractTableModel
|
||||
int rowCount(const QModelIndex &parent) const;
|
||||
|
||||
Reference in New Issue
Block a user