From 7abea084608e1c180216ea4d2bce702717ec2369 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Tue, 5 Oct 2010 16:48:21 +0200 Subject: highlight previous session This patch makes vmchooser hightlight the previous session run. Selection of the session is only based on the session name. The topmost session with the same name as the previous session will be highlighted. --- src/dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dialog.h') diff --git a/src/dialog.h b/src/dialog.h index e4d87e9..f8794d9 100644 --- a/src/dialog.h +++ b/src/dialog.h @@ -18,6 +18,8 @@ public: Dialog(QWidget *parent = 0); ~Dialog(); void addItems(const QList&, const QString& section); + void selectSession(const QString& name); + void selectPreviousSession(); protected: void changeEvent(QEvent *e); -- cgit v1.2.3-55-g7522