Use GlSwapStrategy in property definition
At least supportInformation did not like a char there at all.
This commit is contained in:
parent
1446fd6a38
commit
cb77b468f8
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class Options : public QObject, public KDecorationOptions
|
|||
**/
|
||||
Q_PROPERTY(bool glLegacy READ isGlLegacy WRITE setGlLegacy NOTIFY glLegacyChanged)
|
||||
Q_PROPERTY(bool glCoreProfile READ glCoreProfile WRITE setGLCoreProfile NOTIFY glCoreProfileChanged)
|
||||
Q_PROPERTY(char glPreferBufferSwap READ glPreferBufferSwap WRITE setGlPreferBufferSwap NOTIFY glPreferBufferSwapChanged)
|
||||
Q_PROPERTY(GlSwapStrategy glPreferBufferSwap READ glPreferBufferSwap WRITE setGlPreferBufferSwap NOTIFY glPreferBufferSwapChanged)
|
||||
public:
|
||||
|
||||
explicit Options(QObject *parent = NULL);
|
||||
|
|
Loading…
Reference in a new issue