Skip to content
GitLab
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
af801248
Commit
af801248
authored
Jul 30, 2010
by
ck
Browse files
Fix compilation for namespaced Qt.
parent
ae9d013f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/passphraseforkeydialog.h
View file @
af801248
...
...
@@ -3,7 +3,7 @@
#include
<QtGui/QDialog>
class
QCheckBox
;
QT_FORWARD_DECLARE_CLASS
(
QCheckBox
)
;
namespace
Qt4ProjectManager
{
...
...
src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.h
View file @
af801248
...
...
@@ -38,7 +38,9 @@
#include
<QMutex>
#include
<QWaitCondition>
QT_BEGIN_NAMESPACE
class
QSettings
;
QT_END_NAMESPACE
namespace
Qt4ProjectManager
{
namespace
Internal
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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