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
Marco Bubke
flatpak-qt-creator
Commits
c3dcfeaf
Commit
c3dcfeaf
authored
Mar 13, 2009
by
dt
Browse files
Fixes: Make CMakeProject a friend of CmakeProjectNode
Details: Makes sense removes a few using declarations.
parent
30064954
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakeprojectnodes.h
View file @
c3dcfeaf
...
...
@@ -37,6 +37,8 @@ namespace Internal {
class
CMakeProjectNode
:
public
ProjectExplorer
::
ProjectNode
{
Q_OBJECT
friend
class
CMakeProject
;
public:
CMakeProjectNode
(
const
QString
&
fileName
);
virtual
bool
hasTargets
()
const
;
...
...
@@ -52,10 +54,6 @@ public:
virtual
bool
renameFile
(
const
ProjectExplorer
::
FileType
fileType
,
const
QString
&
filePath
,
const
QString
&
newFilePath
);
// TODO is protected in base class, and that's correct
using
ProjectNode
::
addFileNodes
;
using
ProjectNode
::
addFolderNodes
;
};
}
// namespace Internal
...
...
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