Skip to content

Commit 3ebd3d6

Browse files
committed
Fixup build
1 parent bcfca35 commit 3ebd3d6

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pamac/database.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 Chupligin Sergey <neochapay@gmail.com>
2+
* Copyright (C) 2021-2025 Chupligin Sergey <neochapay@gmail.com>
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Library General Public
@@ -60,12 +60,12 @@ void DataBase::getMirrorsChoosenCountry()
6060

6161
void DataBase::getUpdates()
6262
{
63-
pamac_database_get_updates_async(m_pmDatabase, false, getUpdatesFinish, this);
63+
pamac_database_get_updates_async(m_pmDatabase, getUpdatesFinish, this);
6464
}
6565

6666
void DataBase::refresh()
6767
{
68-
pamac_database_refresh(m_pmDatabase);
68+
pamac_database_need_refresh(m_pmDatabase);
6969
Q_EMIT dbRefreshed();
7070
}
7171

src/qml/pages/PackageInfoPage.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 Chupligin Sergey <neochapay@gmail.com>
2+
* Copyright (C) 2021-2025 Chupligin Sergey <neochapay@gmail.com>
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Library General Public
@@ -18,6 +18,7 @@
1818
*/
1919

2020
import QtQuick
21+
import Nemo
2122
import Nemo.Controls
2223

2324
Page {

0 commit comments

Comments
 (0)