lxqt / lxqt-config

Tools to configure LXQt and the underlying operating system
https://lxqt.github.io
GNU Lesser General Public License v2.1
79 stars 60 forks source link

lxqt-config-monitor: add more header file inclusion for libkscreen 5.26.90 #915

Closed mtasaka closed 1 year ago

mtasaka commented 1 year ago

With https://github.com/KDE/libkscreen/commit/94f330959b0eda775418aef7faee80ce69144e63 , #include <KScreen/Output> no longer includes "mode.h" implicitly. So in lxqt-config-monitor, files using class KScreen::Mode should include #include <KScreen/Mode> explicitly.

Related: #903 .