From 50d05236226d04d3854008073420282b8d21f614 Mon Sep 17 00:00:00 2001 From: Tannin Date: Fri, 7 Jun 2013 18:16:52 +0200 Subject: - locking/unlocking esps can now be done for the whole selection - bugfix: MO crashed if the locked index file is borked. This shouldn't happen anymore so I'm not sure how that file breaks to begin with --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 7a1e1bc2..73d174c2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -230,6 +230,8 @@ private: QIcon iconForExecutable(const QString &filePath); + void updateESPLock(bool locked); + private: Ui::MainWindow *ui; -- cgit v1.3.1