summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/packagemanagercore.h')
-rw-r--r--src/libs/installer/packagemanagercore.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libs/installer/packagemanagercore.h b/src/libs/installer/packagemanagercore.h
index 76a0a7341..75bdfb863 100644
--- a/src/libs/installer/packagemanagercore.h
+++ b/src/libs/installer/packagemanagercore.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -217,10 +217,10 @@ public:
ComponentModel *updaterComponentModel() const;
void listInstalledPackages();
void listAvailablePackages(const QString &regexp);
- void updateComponentsSilently(const QStringList &componentsToUpdate);
- void installSelectedComponentsSilently(const QStringList& components);
- void installDefaultComponentsSilently();
- void uninstallComponentsSilently(const QStringList& components);
+ bool updateComponentsSilently(const QStringList &componentsToUpdate);
+ bool installSelectedComponentsSilently(const QStringList& components);
+ bool installDefaultComponentsSilently();
+ bool uninstallComponentsSilently(const QStringList& components);
// convenience
Q_INVOKABLE bool isInstaller() const;