summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMakeCacheView.cxx
diff options
context:
space:
mode:
authorAndreas Mohr <andim2@users.sourceforge.net>2013-05-04 12:53:26 (GMT)
committerBrad King <brad.king@kitware.com>2013-05-07 12:42:20 (GMT)
commitf57800d6f597ac812edb246b9b4cac2c8d238745 (patch)
tree9e45eed5ffef8da0f0d7904462b20da6b1bc9ad3 /Source/QtDialog/QCMakeCacheView.cxx
parentbf019d765d3993ba265c990a6e3a2e53defe112c (diff)
downloadCMake-f57800d6f597ac812edb246b9b4cac2c8d238745.zip
CMake-f57800d6f597ac812edb246b9b4cac2c8d238745.tar.gz
CMake-f57800d6f597ac812edb246b9b4cac2c8d238745.tar.bz2
Fix spelling and typos (product names)
API, Borland, MinGW, UNIX, Mac OS X.
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.cxx')
-rw-r--r--Source/QtDialog/QCMakeCacheView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.cxx b/Source/QtDialog/QCMakeCacheView.cxx
index 6006758..bae6a30 100644
--- a/Source/QtDialog/QCMakeCacheView.cxx
+++ b/Source/QtDialog/QCMakeCacheView.cxx
@@ -177,7 +177,7 @@ QModelIndex QCMakeCacheView::moveCursor(CursorAction act,
void QCMakeCacheView::setShowAdvanced(bool s)
{
#if QT_VERSION >= 040300
- // new 4.3 api that needs to be called. what about an older Qt?
+ // new 4.3 API that needs to be called. what about an older Qt?
this->SearchFilter->invalidate();
#endif