From 6e07dfad4eb4970620bb0d4c252bd535590d73b8 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 10 Apr 2014 12:58:14 +1000 Subject: [PATCH] disable screenshot code only when built with qt4 on Mac --- sleepyhead/mainwindow.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sleepyhead/mainwindow.cpp b/sleepyhead/mainwindow.cpp index e6ac99f1..82a87ce7 100644 --- a/sleepyhead/mainwindow.cpp +++ b/sleepyhead/mainwindow.cpp @@ -93,9 +93,11 @@ MainWindow::MainWindow(QWidget *parent) : this->setWindowTitle(STR_TR_SleepyHead+QString(" v%1 ("+tr("Profile")+": %2)").arg(version).arg(PREF[STR_GEN_Profile].toString())); //ui->tabWidget->setCurrentIndex(1); - // Disable Screenshot on Mac Platform,as it doesn't work, and the system provides this functionality anyway. #ifdef Q_OS_MAC - // ui->action_Screenshot->setVisible(false); +#if(QT_VERSIONaction_Screenshot->setEnabled(false); +#endif #endif overview=NULL;