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
af0413ec
Commit
af0413ec
authored
Oct 30, 2010
by
Tobias Hunger
Browse files
Add Q_OBJECT macros
Krazy complained about missing Q_OBJECT macros. Fix them.
parent
c8cf974f
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/moduleshandler.h
View file @
af0413ec
...
...
@@ -104,6 +104,8 @@ typedef QList<Module> Modules;
class
ModulesHandler
:
public
QObject
{
Q_OBJECT
public:
explicit
ModulesHandler
(
DebuggerEngine
*
engine
);
...
...
src/plugins/qmljsinspector/qmljsinspectorsettings.h
View file @
af0413ec
...
...
@@ -39,6 +39,8 @@ namespace Internal {
class
InspectorSettings
:
public
QObject
{
Q_OBJECT
public:
InspectorSettings
(
QObject
*
parent
=
0
);
~
InspectorSettings
();
...
...
src/plugins/qt4projectmanager/wizards/abstractmobileapp.h
View file @
af0413ec
...
...
@@ -69,6 +69,8 @@ struct AbstractGeneratedFileInfo
class
AbstractMobileApp
:
public
QObject
{
Q_OBJECT
public:
enum
ScreenOrientation
{
ScreenOrientationLockLandscape
,
...
...
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