Skip to content
Snippets Groups Projects
Commit fa654f61 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

collect friend declarations

parent 51a22cbe
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,7 @@ signals: ...@@ -93,6 +93,7 @@ signals:
void applicationOutputAvailable(const QString &output); void applicationOutputAvailable(const QString &output);
private: private:
friend class AbstractGdbAdapter;
friend class AttachGdbAdapter; friend class AttachGdbAdapter;
friend class CoreGdbAdapter; friend class CoreGdbAdapter;
friend class PlainGdbAdapter; friend class PlainGdbAdapter;
...@@ -431,8 +432,6 @@ private: ...@@ -431,8 +432,6 @@ private:
RemoteGdbAdapter *m_remoteAdapter; // owned RemoteGdbAdapter *m_remoteAdapter; // owned
TrkGdbAdapter *m_trkAdapter; // owned TrkGdbAdapter *m_trkAdapter; // owned
friend class AbstractGdbAdapter;
public: public:
void showMessageBox(int icon, const QString &title, const QString &text); void showMessageBox(int icon, const QString &title, const QString &text);
void debugMessage(const QString &msg); void debugMessage(const QString &msg);
......
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