blob: b30de779bb004ed2872f436a5b7d1063805c57f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-al,v 1.1 2006/04/28 01:42:50 markd Exp $
--- kdgantt/KDGanttView.cpp.orig 2006-03-17 23:15:54.000000000 +1300
+++ kdgantt/KDGanttView.cpp
@@ -318,7 +318,7 @@ bool KDGanttView::close ( bool alsoDelet
height() of TimeHeader + height() of TimeTable + height() of Legend (if shown)
*/
-QSize KDGanttView::sizeHint() const
+QSize KDGanttView::sizeHint()
{
bool block = myTimeTable->blockUpdating();
myTimeTable->setBlockUpdating( false );
|