Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Filelight
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Utilities
Filelight
Commits
14fecdc5
Commit
14fecdc5
authored
Jul 02, 2016
by
Martin Tobias Holmedahl Sandsmark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing Q_OBJECT macros
parent
46dd7bb5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
src/app/historyAction.h
src/app/historyAction.h
+2
-0
src/part/part.h
src/part/part.h
+2
-0
src/part/summaryWidget.cpp
src/part/summaryWidget.cpp
+4
-0
No files found.
src/app/historyAction.h
View file @
14fecdc5
...
...
@@ -31,6 +31,8 @@ class KActionCollection;
class
HistoryAction
:
QAction
{
Q_OBJECT
HistoryAction
(
const
QIcon
&
icon
,
const
QString
&
text
,
KActionCollection
*
ac
);
friend
class
HistoryCollection
;
...
...
src/part/part.h
View file @
14fecdc5
...
...
@@ -43,6 +43,8 @@ class SummaryWidget;
class
BrowserExtension
:
public
KParts
::
BrowserExtension
{
Q_OBJECT
public:
explicit
BrowserExtension
(
Part
*
);
};
...
...
src/part/summaryWidget.cpp
View file @
14fecdc5
...
...
@@ -63,6 +63,8 @@ struct DiskList : QList<Disk>
class
MyRadialMap
:
public
RadialMap
::
Widget
{
Q_OBJECT
public:
MyRadialMap
(
QWidget
*
parent
)
:
RadialMap
::
Widget
(
parent
,
true
)
...
...
@@ -187,3 +189,5 @@ DiskList::DiskList()
}
}
#include "summaryWidget.moc"
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