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
74861fa1
Commit
74861fa1
authored
Jul 08, 2010
by
Tobias Hunger
Browse files
Add some missign Q_OBJECT macros
parent
574afeb5
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/copytaskhandler.h
View file @
74861fa1
...
...
@@ -39,6 +39,8 @@ namespace Internal {
class
PROJECTEXPLORER_EXPORT
CopyTaskHandler
:
public
ITaskHandler
{
Q_OBJECT
public:
CopyTaskHandler
();
...
...
src/plugins/projectexplorer/showineditortaskhandler.h
View file @
74861fa1
...
...
@@ -39,6 +39,8 @@ namespace Internal {
class
PROJECTEXPLORER_EXPORT
ShowInEditorTaskHandler
:
public
ITaskHandler
{
Q_OBJECT
public:
ShowInEditorTaskHandler
();
...
...
src/plugins/projectexplorer/showoutputtaskhandler.h
View file @
74861fa1
...
...
@@ -41,6 +41,8 @@ class CompileOutputWindow;
class
PROJECTEXPLORER_EXPORT
ShowOutputTaskHandler
:
public
ITaskHandler
{
Q_OBJECT
public:
ShowOutputTaskHandler
(
CompileOutputWindow
*
);
...
...
src/plugins/projectexplorer/vcsannotatetaskhandler.h
View file @
74861fa1
...
...
@@ -46,6 +46,8 @@ namespace Internal {
class
PROJECTEXPLORER_EXPORT
VcsAnnotateTaskHandler
:
public
ITaskHandler
{
Q_OBJECT
public:
VcsAnnotateTaskHandler
();
...
...
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