Remove comment about screen capture being broken on Mac.

This commit is contained in:
Seeker4 2019-05-19 11:17:14 -07:00
parent e80c444475
commit f5e9b2d3da

View File

@ -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.