Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
c9742743
Commit
c9742743
authored
Oct 21, 2009
by
Roberto Raggi
Browse files
Removed obsoleted code.
parent
fc721924
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmleditor/parser/qmljsnodepool_p.h
View file @
c9742743
...
...
@@ -104,17 +104,11 @@ public:
inline
QString
fileName
()
const
{
return
m_fileName
;
}
inline
Engine
*
engine
()
const
{
return
m_engine
;
}
#ifndef J_SCRIPT_NO_EVENT_NOTIFY
inline
qint64
id
()
const
{
return
m_id
;
}
#endif
private:
QHash
<
AST
::
Node
*
,
Code
*>
m_codeCache
;
QString
m_fileName
;
Engine
*
m_engine
;
#ifndef J_SCRIPT_NO_EVENT_NOTIFY
qint64
m_id
;
#endif
private:
Q_DISABLE_COPY
(
NodePool
)
...
...
src/plugins/qtscripteditor/parser/javascriptnodepool_p.h
View file @
c9742743
...
...
@@ -116,17 +116,11 @@ public:
inline
QString
fileName
()
const
{
return
m_fileName
;
}
inline
JavaScriptEnginePrivate
*
engine
()
const
{
return
m_engine
;
}
#ifndef J_SCRIPT_NO_EVENT_NOTIFY
inline
qint64
id
()
const
{
return
m_id
;
}
#endif
private:
QHash
<
AST
::
Node
*
,
Code
*>
m_codeCache
;
QString
m_fileName
;
JavaScriptEnginePrivate
*
m_engine
;
#ifndef J_SCRIPT_NO_EVENT_NOTIFY
qint64
m_id
;
#endif
private:
Q_DISABLE_COPY
(
NodePool
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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