File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class AppWiz : public QObject
1515 explicit AppWiz (QObject *parent = nullptr );
1616 ~AppWiz ();
1717
18- Q_DECL_DEPRECATED void legacyRequestUninstall (const QString & desktopFileFullPath);
18+ void legacyRequestUninstall (const QString & desktopFileFullPath);
1919
2020private:
2121 void updateCurrentWallpaperBlurhash ();
Original file line number Diff line number Diff line change 1010class FrequentlyUsedProxyModel : public QSortFilterProxyModel , public QQmlParserStatus
1111{
1212 Q_OBJECT
13+ Q_INTERFACES (QQmlParserStatus)
1314 Q_PROPERTY (QAbstractItemModel* recentlyInstalledModel READ recentlyInstalledModel WRITE setRecentlyInstalledModel NOTIFY recentlyInstalledModelChanged FINAL)
1415 Q_PROPERTY (int desktopIdRole MEMBER m_desktopIdRole NOTIFY desktopIdRoleChanged)
1516 Q_PROPERTY (int launchedTimesRole MEMBER m_launchedTimesRole NOTIFY launchedTimesRoleChanged)
Original file line number Diff line number Diff line change 1010class RecentlyInstalledProxyModel : public QSortFilterProxyModel , public QQmlParserStatus
1111{
1212 Q_OBJECT
13+ Q_INTERFACES (QQmlParserStatus)
1314 QML_NAMED_ELEMENT (RecentlyInstalledProxyModel)
1415 Q_PROPERTY (int lastLaunchedTimeRole MEMBER m_lastLaunchedTimeRole NOTIFY lastLaunchedTimeRoleChanged)
1516 Q_PROPERTY (int installedTimeRole MEMBER m_installedTimeRole NOTIFY installedTimeRoleChanged)
You can’t perform that action at this time.
0 commit comments