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
0da164c7
Commit
0da164c7
authored
Mar 11, 2011
by
Pawel Polanski
Browse files
Windows compilation fix
parent
16105792
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/analyzerbase/analyzermanager.cpp
View file @
0da164c7
...
...
@@ -512,7 +512,7 @@ void AnalyzerManager::AnalyzerManagerPrivate::startTool()
// AnalyzerManager ////////////////////////////////////////////////////
AnalyzerManager
*
AnalyzerManager
::
m_instance
=
0
;
AnalyzerManager
::
AnalyzerManager
(
Internal
::
AnalyzerOutputPane
*
op
,
QObject
*
parent
)
:
AnalyzerManager
::
AnalyzerManager
(
AnalyzerOutputPane
*
op
,
QObject
*
parent
)
:
QObject
(
parent
),
d
(
new
AnalyzerManagerPrivate
(
this
))
{
...
...
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