From f5e9b2d3da3fb03b0862f881330ae453aae6eb56 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Sun, 19 May 2019 11:17:14 -0700 Subject: [PATCH] Remove comment about screen capture being broken on Mac. --- oscar/mainwindow.h | 1 - 1 file changed, 1 deletion(-) diff --git a/oscar/mainwindow.h b/oscar/mainwindow.h index 7686b993..184f93be 100644 --- a/oscar/mainwindow.h +++ b/oscar/mainwindow.h @@ -215,7 +215,6 @@ class MainWindow : public QMainWindow void on_actionCheck_for_Updates_triggered(); //! \brief Attempts to do a screenshot of the application window - //! \note This is currently broken on Macs void on_action_Screenshot_triggered(); //! \brief This is the actual screenshot code.. It's delayed with a QTimer to give the menu time to close.