fixed silly merge conflict

This commit is contained in:
Dimitriovski 2020-01-24 15:41:13 +01:00
commit 526cdac200
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D

View file

@ -32,9 +32,8 @@ class DiscrepanciesPresenter(QObject):
# If there are incompatible packages - automatically dismiss them
if model.getIncompatiblePackages():
self._package_manager.dismissAllIncompatiblePackages(model.getIncompatiblePackages())
# For now, all compatible packages presented to the user should be installed.
# Later, we might remove items for which the user unselected the package
if model.getCompatiblePackages():
model.setItems(model.getCompatiblePackages())
self.packageMutations.emit(model) # #### proveri sho e ova???
self.packageMutations.emit(model)