i stand upon the shoulders of davids

svn path=/trunk/KDE/kdebase/workspace/lib/plasma/; revision=672772
This commit is contained in:
Aaron J. Seigo 2007-06-08 05:25:49 +00:00
parent 2894a3403b
commit 10c7d681e9

View File

@ -60,9 +60,7 @@ public:
~Private()
{
delete layout;
while (!applets.isEmpty()) {
delete applets.takeFirst();
}
qDeleteAll(applets);
}
bool immutable;