aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/sessionmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/sessionmodel.h')
-rw-r--r--src/plugins/projectexplorer/sessionmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/sessionmodel.h b/src/plugins/projectexplorer/sessionmodel.h
index a4c09132f8..d95102590c 100644
--- a/src/plugins/projectexplorer/sessionmodel.h
+++ b/src/plugins/projectexplorer/sessionmodel.h
@@ -81,6 +81,8 @@ private:
void runSessionNameInputDialog(ProjectExplorer::Internal::SessionNameInputDialog *sessionInputDialog, std::function<void(const QString &)> createSession);
QStringList m_sortedSessions;
+ int m_currentSortColumn = 0;
+ Qt::SortOrder m_currentSortOrder = Qt::AscendingOrder;
};
} // namespace Internal