summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-22 01:47:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-22 01:47:01 -0600
commitf6b53fc5257e48406685bf6698b834d723be8ce7 (patch)
tree58777f2a339a17c77fc4f2f0a2c0284efc59f2c8 /src
parent444ac1fed900609b42c26cc5405a7c85ad65246a (diff)
downloadqt3-f6b53fc5257e48406685bf6698b834d723be8ce7.tar.gz
qt3-f6b53fc5257e48406685bf6698b834d723be8ce7.zip
Fix typo in CEF structure definition
This relates to Bug 1489
Diffstat (limited to 'src')
-rw-r--r--src/kernel/qstyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h
index 7b1edb3..c27d7c9 100644
--- a/src/kernel/qstyle.h
+++ b/src/kernel/qstyle.h
@@ -357,7 +357,7 @@ public:
CEF_IsTopLevel = 0x00400000,
CEF_IsVisible = 0x00800000,
CEF_IsShown = 0x01000000,
- CEF_HasMouse = 0x01000000
+ CEF_HasMouse = 0x02000000
};
// New QStyle API - most of these should probably be pure virtual