Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
75e835ef
Commit
75e835ef
authored
Nov 26, 2014
by
Don Gagne
Browse files
Remove double friend class
Fix linux compiler warning
parent
381de98a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/comm/LinkInterface.h
View file @
75e835ef
...
@@ -49,7 +49,7 @@ class LinkInterface : public QThread
...
@@ -49,7 +49,7 @@ class LinkInterface : public QThread
{
{
Q_OBJECT
Q_OBJECT
// Only LinkManager is allowed to _connect
or
_disconnect a link
// Only LinkManager is allowed to _connect
,
_disconnect
or delete
a link
friend
class
LinkManager
;
friend
class
LinkManager
;
public:
public:
...
@@ -338,8 +338,6 @@ private:
...
@@ -338,8 +338,6 @@ private:
bool
_ownedByLinkManager
;
///< true: This link has been added to LinkManager, false: Link not added to LinkManager
bool
_ownedByLinkManager
;
///< true: This link has been added to LinkManager, false: Link not added to LinkManager
bool
_deletedByLinkManager
;
///< true: Link being deleted from LinkManager, false: error, Links should only be deleted from LinkManager
bool
_deletedByLinkManager
;
///< true: Link being deleted from LinkManager, false: error, Links should only be deleted from LinkManager
friend
class
LinkManager
;
};
};
#endif // _LINKINTERFACE_H_
#endif // _LINKINTERFACE_H_
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment