Skip to content
Snippets Groups Projects
Commit 6d839a99 authored by con's avatar con
Browse files

Build fix for Mac.

parent 9839d0a8
No related branches found
No related tags found
No related merge requests found
...@@ -120,10 +120,10 @@ private: ...@@ -120,10 +120,10 @@ private:
QString *errorMessage); QString *errorMessage);
void attachExternalApplication(qint64 pid, const QString &crashParameter = QString()); void attachExternalApplication(qint64 pid, const QString &crashParameter = QString());
friend class DebuggerManager; friend class Debugger::DebuggerManager;
friend class GdbOptionPage; friend class GdbOptionPage;
friend class DebuggingHelperOptionPage; friend class DebuggingHelperOptionPage;
friend class DebugMode; // FIXME: Just a hack now so that it can access the views friend class Debugger::Internal::DebugMode; // FIXME: Just a hack now so that it can access the views
DebuggerManager *m_manager; DebuggerManager *m_manager;
DebugMode *m_debugMode; DebugMode *m_debugMode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment