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
azubieta
plasma-appimage-integration
Commits
7c758030
Verified
Commit
7c758030
authored
Jul 12, 2019
by
azubieta
Browse files
Remove wrong connection to the UpdaterInterface on AppImageFileActions
parent
6261b87f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fileitem-actions/AppImageFileItemActions.cpp
View file @
7c758030
...
...
@@ -28,11 +28,11 @@ AppImageFileItemActions::AppImageFileItemActions(QObject* parent, const QVariant
"/org/appimage/Services1/Updater"
,
QDBusConnection
::
sessionBus
(),
this
))
{
if
(
updaterInterface
->
isValid
())
{
connect
(
updaterInterface
,
SIGNAL
(
taskStarted
(
QString
)),
this
,
SLOT
(
onUpdateTaskStarted
(
QString
)));
}
else
{
if
(
!
launcherInterface
->
isValid
())
qWarning
()
<<
"Unable to connect to the AppImage Launcher Service"
;
if
(
!
updaterInterface
->
isValid
())
qWarning
()
<<
"Unable to connect to the AppImage Updater Service"
;
}
}
QList
<
QAction
*>
AppImageFileItemActions
::
actions
(
const
KFileItemListProperties
&
fileItemInfos
,
QWidget
*
parentWidget
)
{
...
...
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