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
Plasma
Plasma PulseAudio Applet
Commits
04ac96d5
Commit
04ac96d5
authored
Oct 23, 2020
by
Laurent Montel
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
d11192c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/canberracontext.cpp
View file @
04ac96d5
...
...
@@ -19,7 +19,6 @@
*/
#include
"canberracontext.h"
#include
<QObject>
namespace
QPulseAudio
{
...
...
src/gconfitem.cpp
View file @
04ac96d5
...
...
@@ -22,7 +22,6 @@
*/
#include
<QString>
#include
<QStringList>
#include
<QByteArray>
#include
<QVariant>
#include
<QDebug>
...
...
src/gsettingsitem.cpp
View file @
04ac96d5
...
...
@@ -18,9 +18,7 @@
*/
#include
<QString>
#include
<QVariant>
#include
<gio/gio.h>
#include
"gsettingsitem.h"
#include
"debug.h"
...
...
src/sink.cpp
View file @
04ac96d5
...
...
@@ -24,7 +24,6 @@
#include
"server.h"
#include
"sinkinput.h"
#include
"canberracontext.h"
#include
<pulse/channelmap.h>
namespace
QPulseAudio
{
...
...
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