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
Marco Bubke
flatpak-qt-creator
Commits
6bf55b61
Commit
6bf55b61
authored
Jan 28, 2009
by
hjk
Browse files
Fixes: snippet: compile fix for dead code
parent
d9da6dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/snippets/snippetswindow.h
View file @
6bf55b61
...
@@ -44,10 +44,6 @@ class QDir;
...
@@ -44,10 +44,6 @@ class QDir;
class
QLabel
;
class
QLabel
;
QT_END_NAMESPACE
QT_END_NAMESPACE
namespace
Core
{
class
ICore
;
}
namespace
TextEditor
{
namespace
TextEditor
{
class
ITextEditable
;
class
ITextEditable
;
class
ITextEditor
;
class
ITextEditor
;
...
@@ -97,7 +93,6 @@ private:
...
@@ -97,7 +93,6 @@ private:
SnippetSpec
*
m_currentSnippet
;
SnippetSpec
*
m_currentSnippet
;
TextEditor
::
ITextEditable
*
m_currentEditor
;
TextEditor
::
ITextEditable
*
m_currentEditor
;
Core
::
ICore
*
m_core
;
QDir
m_snippetsDir
;
QDir
m_snippetsDir
;
SnippetsTree
*
m_snippetsTree
;
SnippetsTree
*
m_snippetsTree
;
...
...
Write
Preview
Markdown
is supported
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