CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/flatpak-kcm-6.5.3-6/work/flatpak-kcm-6.5.3/appsmodel.cpp: In constructor ‘AppsModel::AppsModel(QObject*)’:
/var/pisi/flatpak-kcm-6.5.3-6/work/flatpak-kcm-6.5.3/appsmodel.cpp:12:31: warning: unused parameter ‘parent’ [-Wunused-parameter]
   12 | AppsModel::AppsModel(QObject *parent)
      |                      ~~~~~~~~~^~~~~~
/var/pisi/flatpak-kcm-6.5.3-6/work/flatpak-kcm-6.5.3/appsmodel.cpp: In member function ‘virtual int AppsModel::rowCount(const QModelIndex&) const’:
/var/pisi/flatpak-kcm-6.5.3-6/work/flatpak-kcm-6.5.3/appsmodel.cpp:26:44: warning: unused parameter ‘parent’ [-Wunused-parameter]
   26 | int AppsModel::rowCount(const QModelIndex &parent) const
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~