diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-07 01:35:37 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-07 01:35:37 -0500 |
commit | 8dd91231789c19fd08b0410a7fa3a36a3cf4ea08 (patch) | |
tree | f9ce9fe563521afbaf2b149aa0b7aa43fc59cf82 /src | |
parent | 58451e41d9ecfb405f5dd2718444ac78e8d51c8b (diff) | |
download | qt3-8dd91231789c19fd08b0410a7fa3a36a3cf4ea08.tar.gz qt3-8dd91231789c19fd08b0410a7fa3a36a3cf4ea08.zip |
Trivial comment cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel/qstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qcommonstyle.h | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/kernel/qstyle.cpp b/src/kernel/qstyle.cpp index 01c09d1..fc4daa2 100644 --- a/src/kernel/qstyle.cpp +++ b/src/kernel/qstyle.cpp @@ -2265,10 +2265,6 @@ bool QStyle::widgetActionRequest( QStyleControlElementData ceData, ControlElemen } 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) { QWidget *widget = dynamic_cast<QWidget*>(o); if (widget) { diff --git a/src/styles/qcommonstyle.h b/src/styles/qcommonstyle.h index 22b241b..6fa895d 100644 --- a/src/styles/qcommonstyle.h +++ b/src/styles/qcommonstyle.h @@ -38,11 +38,6 @@ ** **********************************************************************/ -// RAJA FIXME -// QMotifPlusStyle -// QSGIStyle -// QWindowsStyle - #ifndef QCOMMONSTYLE_H #define QCOMMONSTYLE_H |