Explain that changing window manager flags isn't portable

This restriction comes from Qt itself, not from KDDW.
Relates to bug #256

I will however try to reproduce it
This commit is contained in:
Sergio Martins
2021-11-24 11:16:36 +00:00
parent 2be0d5d1d9
commit fc172b66f8

View File

@@ -61,6 +61,9 @@ public:
~Config();
///@brief Flag enum to tune certain behaviours, the defaults are Flag_Default
///@warning Only the default is supported on all platforms. Not all options work with all window managers,
/// Qt does its best to abstract the differences however that's only a best effort. This is true specially
/// for any option that changes window flags.
enum Flag
{
Flag_None = 0, ///< No option set