fix build on OSX (Q_WS_MAC -> Q_OS_MAC)

wilder-portage
Marko Käning 11 years ago
parent 1c8b329b06
commit d89a9633a8
  1. 2
      src/Application.cpp

@ -49,7 +49,7 @@ void Application::init()
{
_backgroundInstance = 0;
#if defined(Q_WS_MAC)
#if defined(Q_OS_MAC)
// this ensures that Ctrl and Meta are not swapped, so CTRL-C and friends
// will work correctly in the terminal
setAttribute(Qt::AA_MacDontSwapCtrlAndMeta);

Loading…
Cancel
Save