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
a2ac6713
Commit
a2ac6713
authored
Jun 29, 2010
by
Kai Koehne
Browse files
QmlInspector: Fix compilation warnings (gcc)
Reviewed-by: Lasse Holmstedt
parent
c3928bfb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlinspector/inspectorcontext.cpp
View file @
a2ac6713
...
...
@@ -43,8 +43,8 @@ namespace Internal {
InspectorContext
::
InspectorContext
(
QWidget
*
widget
)
:
IContext
(
widget
),
m_
widget
(
widget
),
m_
context
(
Constants
::
C_INSPECTOR
)
m_
context
(
Constants
::
C_INSPECTOR
),
m_
widget
(
widget
)
{
}
...
...
src/plugins/qmlinspector/qmlinspectorplugin.cpp
View file @
a2ac6713
...
...
@@ -93,7 +93,6 @@ bool QmlInspectorPlugin::initialize(const QStringList &arguments, QString *error
{
Q_UNUSED
(
arguments
);
Q_UNUSED
(
errorString
);
Core
::
ICore
*
core
=
Core
::
ICore
::
instance
();
connect
(
Core
::
ModeManager
::
instance
(),
SIGNAL
(
currentModeChanged
(
Core
::
IMode
*
)),
SLOT
(
prepareDebugger
(
Core
::
IMode
*
)));
...
...
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