summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2008-04-14 20:15:28 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2008-04-14 20:15:28 (GMT)
commit3052d2c85412fba525efcc3e3cda2cac4426ff4b (patch)
tree20afebd678823560f48ffe35734aa2b4fa51d137 /Source/QtDialog/CMakeSetupDialog.h
parent629afe07ce50d027b26cf9a62986a08cb4dac578 (diff)
downloadCMake-3052d2c85412fba525efcc3e3cda2cac4426ff4b.zip
CMake-3052d2c85412fba525efcc3e3cda2cac4426ff4b.tar.gz
CMake-3052d2c85412fba525efcc3e3cda2cac4426ff4b.tar.bz2
BUG: Fix issue when non-error messages were incorrectly colored red.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 211dfcb..c942d15 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -99,6 +99,9 @@ protected:
QAction* InstallForCommandLineAction;
State CurrentState;
+ QTextCharFormat ErrorFormat;
+ QTextCharFormat MessageFormat;
+
};
// QCMake instance on a thread