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
ee4f4003
Commit
ee4f4003
authored
Sep 13, 2010
by
Christian Kandeler
Browse files
Fix compilation with namespaced Qt.
parent
992a3ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/qml/qmladapter.h
View file @
ee4f4003
...
...
@@ -37,12 +37,10 @@
#include <QtNetwork/QAbstractSocket>
QT_BEGIN_NAMESPACE
namespace
QmlJsDebugClient
{
class
QDeclarativeEngineDebug
;
class
QDeclarativeDebugConnection
;
}
QT_END_NAMESPACE
namespace
Debugger
{
...
...
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