Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the following build failures: ``` /home/felix/projects/deepin/deepin-compressor/src/source/tree/datamodel.cpp: In member function ‘virtual QVariant DataModel::data(const QModelIndex&, int) const’: /home/felix/projects/deepin/deepin-compressor/src/source/tree/datamodel.cpp:105:17: error: ‘DGuiApplicationHelper’ has not been declared 105 | if (DGuiApplicationHelper::instance()->sizeMode() == DGuiApplicationHelper::NormalMode) { | ^~~~~~~~~~~~~~~~~~~~~ /home/felix/projects/deepin/deepin-compressor/src/source/tree/datamodel.cpp:105:66: error: ‘DGuiApplicationHelper’ has not been declared 105 | if (DGuiApplicationHelper::instance()->sizeMode() == DGuiApplicationHelper::NormalMode) { | ^~~~~~~~~~~~~~~~~~~~~ ```
- Loading branch information