Mac build fix

Change-Id: I5b39a1753ed8b64a6e2f3a71ffb6dc9dd0546971
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Eike Ziller
2012-02-23 17:40:48 +01:00
committed by hjk
parent e1970f1823
commit 95cdea6af1
2 changed files with 2 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
#include <QPushButton> #include <QPushButton>
#ifdef Q_OS_MAC #ifdef Q_OS_MAC
#include <Carbon/Carbon.h> #include <ApplicationServices/ApplicationServices.h>
#endif #endif
using namespace ProjectExplorer; using namespace ProjectExplorer;

View File

@@ -46,7 +46,6 @@
QT_FORWARD_DECLARE_CLASS(QIcon) QT_FORWARD_DECLARE_CLASS(QIcon)
namespace Utils { class OutputFormatter; } namespace Utils { class OutputFormatter; }
namespace Debugger { namespace Internal { class DebuggerRunConfigWidget; } }
namespace ProjectExplorer { namespace ProjectExplorer {
class Abi; class Abi;
@@ -120,9 +119,7 @@ public:
signals: signals:
void debuggersChanged(); void debuggersChanged();
private: public:
friend class RunConfiguration;
friend class Debugger::Internal::DebuggerRunConfigWidget;
RunConfiguration *m_runConfiguration; RunConfiguration *m_runConfiguration;
bool m_useCppDebugger; bool m_useCppDebugger;
QmlDebuggerStatus m_useQmlDebugger; QmlDebuggerStatus m_useQmlDebugger;