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
Network
KDE Connect
Commits
5ff1a2f4
Commit
5ff1a2f4
authored
Oct 18, 2020
by
Nicolas Fella
Browse files
Remove unused member
parent
cfec7d57
Pipeline
#38023
failed with stage
in 4 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/sms/conversationsdbusinterface.cpp
View file @
5ff1a2f4
...
...
@@ -22,7 +22,6 @@ QMap<QString, ConversationsDbusInterface*> ConversationsDbusInterface::liveConve
ConversationsDbusInterface
::
ConversationsDbusInterface
(
KdeConnectPlugin
*
plugin
)
:
QDBusAbstractAdaptor
(
const_cast
<
Device
*>
(
plugin
->
device
()))
,
m_device
(
plugin
->
device
()
->
id
())
,
m_plugin
(
plugin
)
,
m_lastId
(
0
)
,
m_smsInterface
(
m_device
)
{
...
...
plugins/sms/conversationsdbusinterface.h
View file @
5ff1a2f4
...
...
@@ -128,7 +128,6 @@ private /*methods*/:
private
/*attributes*/
:
const
QString
m_device
;
KdeConnectPlugin
*
m_plugin
;
/**
* Mapping of threadID to the messages which make up that thread
...
...
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