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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user