diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-14 20:06:05 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-14 20:06:05 (GMT) |
commit | 7b1c305d864977a524e21b7b837a8582eb487d7c (patch) | |
tree | 655460344db194ce78c8adfd3ac55341edfcde87 /Source/QtDialog/CMakeSetupDialog.h | |
parent | b459ec9f57c8b0f8a03665f50a4ac3ded02b12da (diff) | |
download | CMake-7b1c305d864977a524e21b7b837a8582eb487d7c.zip CMake-7b1c305d864977a524e21b7b837a8582eb487d7c.tar.gz CMake-7b1c305d864977a524e21b7b837a8582eb487d7c.tar.bz2 |
ENH: make sure html < > & stuff is escaped for the output window
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h index edbede6..652660a 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -50,6 +50,7 @@ protected slots: void finishConfigure(int error); void finishGenerate(int error); void error(const QString& message); + void message(const QString& message); void doSourceBrowse(); void doBinaryBrowse(); |