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
L
libksysguard
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
2
Merge Requests
2
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
Plasma
libksysguard
Commits
a69ae0f7
Commit
a69ae0f7
authored
Oct 28, 2017
by
Kevin Funk
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor: Fix compiler warning
parent
820f8705
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
signalplotter/ksignalplotter.h
signalplotter/ksignalplotter.h
+2
-2
signalplotter/ksignalplotter_p.h
signalplotter/ksignalplotter_p.h
+2
-2
No files found.
signalplotter/ksignalplotter.h
View file @
a69ae0f7
...
...
@@ -34,7 +34,7 @@
class
QPaintEvent
;
class
QResizeEvent
;
struct
KSignalPlotterPrivate
;
class
KSignalPlotterPrivate
;
//Make sure only declare KLocalizedString once
#ifndef KGRAPHICSSIGNALPLOTTER_H
...
...
@@ -456,7 +456,7 @@ class Q_DECL_EXPORT KSignalPlotter : public QWidget
private:
KSignalPlotterPrivate
*
const
d
;
friend
struct
KSignalPlotterPrivate
;
friend
class
KSignalPlotterPrivate
;
};
#endif
signalplotter/ksignalplotter_p.h
View file @
a69ae0f7
...
...
@@ -46,8 +46,8 @@ class GraphWidget;
class
KSignalPlotter
;
struct
KSignalPlotterPrivate
{
class
KSignalPlotterPrivate
{
public:
KSignalPlotterPrivate
(
KSignalPlotter
*
q_ptr
);
void
drawWidget
(
QPainter
*
p
,
const
QRect
&
boundingBox
);
...
...
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