Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions applets/dde-apps/appgroupmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
#include <QTimer>
#include <QQmlEngine>

#include <QStandardItemModel>

Check warning on line 14 in applets/dde-apps/appgroupmanager.h

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QStandardItemModel> not found. Please note: Cppcheck does not need standard library headers to get proper results.

class ItemsPage;
Q_MOC_INCLUDE("itemspage.h")

namespace apps {
// To make it easier to access in QML
struct ItemPosition
Expand Down
Loading