Trivial comment cleanup

pull/2/head
Timothy Pearson 12 years ago
parent 58451e41d9
commit 8dd9123178

@ -2265,10 +2265,6 @@ bool QStyle::widgetActionRequest( QStyleControlElementData ceData, ControlElemen
} }
void QStyle::acceleratorKeypressEventMonitor( QObject *o, QEvent *e ) { void QStyle::acceleratorKeypressEventMonitor( QObject *o, QEvent *e ) {
// RAJA FIXME
// Also, SH_HideUnderlineAcceleratorWhenAltUp should probably be set to 1 in the QWindowsStyle::styleHint overridden method
// Additionally, the common styleHint code in TDE (that controls popupmenu settings and such via configuration files) needs to be modified to add a config option for this new style hint
if (styleHint(SH_HideUnderlineAcceleratorWhenAltUp, QStyleControlElementData(), CEF_None, QStyleOption::Default, NULL, NULL) != 0) { if (styleHint(SH_HideUnderlineAcceleratorWhenAltUp, QStyleControlElementData(), CEF_None, QStyleOption::Default, NULL, NULL) != 0) {
QWidget *widget = dynamic_cast<QWidget*>(o); QWidget *widget = dynamic_cast<QWidget*>(o);
if (widget) { if (widget) {

@ -38,11 +38,6 @@
** **
**********************************************************************/ **********************************************************************/
// RAJA FIXME
// QMotifPlusStyle
// QSGIStyle
// QWindowsStyle
#ifndef QCOMMONSTYLE_H #ifndef QCOMMONSTYLE_H
#define QCOMMONSTYLE_H #define QCOMMONSTYLE_H

Loading…
Cancel
Save