┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcategorizedview_p.h
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-10-14 23:45:28 +0000
committerRafael Fernández López <[email protected]>2007-10-14 23:45:28 +0000
commite773e646834a694a90b2096c1b3d1601cbbca4a6 (patch)
treef23bb7047ed934aa93c901af4c8ac22ec66ec162 /src/kcategorizedview_p.h
parent6d10e57f88d9215e7d0bd810fef6c302b73e08ec (diff)
Take also in count if the rowcount was changed. Then everything needs to be recached again
svn path=/trunk/KDE/kdebase/apps/; revision=725218
Diffstat (limited to 'src/kcategorizedview_p.h')
-rw-r--r--src/kcategorizedview_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kcategorizedview_p.h b/src/kcategorizedview_p.h
index 3b1e2cef6..aa55cda75 100644
--- a/src/kcategorizedview_p.h
+++ b/src/kcategorizedview_p.h
@@ -153,6 +153,7 @@ public:
QRect lastSelectionRect;
int modelSortRole;
int modelSortColumn;
+ int modelLastRowCount;
bool modelCategorized;
Qt::SortOrder modelSortOrder;