diff options
Diffstat (limited to 'src/plugins/projectexplorer/projectwindow.h')
-rw-r--r-- | src/plugins/projectexplorer/projectwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectwindow.h b/src/plugins/projectexplorer/projectwindow.h index a868067bd7..7960c6a916 100644 --- a/src/plugins/projectexplorer/projectwindow.h +++ b/src/plugins/projectexplorer/projectwindow.h @@ -79,6 +79,7 @@ private: QList<PropertiesPanel*> m_panels; Project *findProject(const QString &path) const; + bool m_currentItemChanged; }; } // namespace Internal |