1
0
Fork 0
forked from len0rd/rockbox

Support "eject" on OS X.

Change-Id: I103587f2fad2b8b31a1bc53afbd107bf55f62c93
This commit is contained in:
Dominik Riebeling 2012-09-16 21:07:46 +02:00
parent f902bbe07e
commit 1c975eefd3
2 changed files with 40 additions and 1 deletions

View file

@ -111,7 +111,7 @@ RbUtilQt::RbUtilQt(QWidget *parent) : QMainWindow(parent)
}
#endif
#if !defined(Q_OS_WIN32)
#if !defined(Q_OS_WIN32) && !defined(Q_OS_MACX)
/* eject funtionality is only implemented on W32 right now. */
ui.buttonEject->setEnabled(false);
#endif