forked from qt-creator/qt-creator
Mac build fix
Change-Id: I5b39a1753ed8b64a6e2f3a71ffb6dc9dd0546971 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user