summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMakeCacheView.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2009-09-23 17:09:56 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2009-09-23 17:09:56 (GMT)
commit551fcc23c220fd75eaeea7671f28e8360e466b75 (patch)
treedabda97b2c0d417f81a5414a2121a1ef217d442a /Source/QtDialog/QCMakeCacheView.h
parent290a6e287056521b2f7e6144d7c45091f803d259 (diff)
downloadCMake-551fcc23c220fd75eaeea7671f28e8360e466b75.zip
CMake-551fcc23c220fd75eaeea7671f28e8360e466b75.tar.gz
CMake-551fcc23c220fd75eaeea7671f28e8360e466b75.tar.bz2
fix compile warnings
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r--Source/QtDialog/QCMakeCacheView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h
index 431cab0..2a64c6a 100644
--- a/Source/QtDialog/QCMakeCacheView.h
+++ b/Source/QtDialog/QCMakeCacheView.h
@@ -42,7 +42,7 @@ public:
// get whether to show advanced entries
bool showAdvanced() const;
- QSize sizeHint(int) { return QSize(200,200); }
+ QSize sizeHint() const { return QSize(200,200); }
public slots:
// set whether to show advanced entries